Where i shall write html code in jdeveloper

Hello,
please tell me where i can write html code in jdeveloper.
Thanks

Hi catalina,
Html tags should not be used directly inside ADF faces pages which may lead to some undesirable results instead you can use ADF Faces tags itself using which you can do what ever you wanted to do with html tags.
If you still need to use html tags, you can use ADF Faces html tags.
Tag doc: http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/html/index.html
Sireesha

Similar Messages

  • How can I write HTML code in this forums

    Sorry but I didn't know where to post this thread.....
    How can I write HTML code in this forums?

    Hello,
    Every piece of code in your post should be wrapped with the forum tags [ code] and [ /code], without the blanks.
    In case of the <a> tag, that is not enough. In this case, you have several options. The most elegant one is to use the entity name for the less-then sign - & lt; - without any spaces. Other options is to add a space between the less-then and the ‘a’ character (and make a note of it) or change the less-then character with a left bracket one.
    When posting code, you should always use the forum preview option, just to make sure the forum software “understood” your code correctly.
    Hope this helps,
    Arie.

  • Write HTML code in webdynpro

    Hi All,
      Can anyone tell me how two to write HTML code in
      webdynpro application
    to make myself clearer. this is what i want.
    IWDTextView txt = (IWDTextView) view.createElement(IWDTextView.class, "txt" );
    txt.setText("<hr>" + "Today Order");
    But the above code is displaying literal string <hr> by the mean of &lt;HR&gt;
    regards
    Arun

    Hi Nibu,
      What I actually want to do is that- I have designed
    a view having order details one below other on same screen.
      What I want is to print the order detail page wise.
    i.e Ist Orderdetail on first page , 2nd Order detail on 2nd page and so on.....that is I want a page break.
    I got a code to provide a page break which is in javascript -
    <script>
    //<!--
    document.write("hi");
    document.write("<p style=\"color: blue; page-break-before: always\" >");
    document.write("hiafter");
    //-->
    </script>
    How 2 use this code in my webdynpro application.....or
    is there any other mean to do so.
    regards
    Arun

  • How to write html code in narrative

    Hi,
    How to write html code in narrative to get following format
    desc value1 Value2 totalvalue
    a 10 20 30
    b 20 30 50
    Totalvalue 30 50 80
    Total % 0.3 0.5 0.8
    Can any one help guide on writing HTMl code for above table format in narrative type of display data at report level
    Thank you
    Manu

    Hi Balu,
    If you are using the Web Application server (WEBAs), Then you can create applications using BSP( Bussiness server pages). Which is some what luike JSP.
    Or
    In SE80 , Try to create internet service files uisng BHTML. In the dropdown select internet service. And then try to create the HTML templates
    Thanks,
    Sarayoodharan.K

  • Can i write Html code inside JSP method???

    hi i am newbie to jsp and servlets. i am working on a project where i have to use same html code for two conditions in jsp. my question is can i write that html code inside any method in jsp?? and then can i call that method within that if and else scope. can anyone help me with this??

    I don't think that does what you think it does.
    <%!
    void renderStateSelect(String default) { %>Creates a method with that signature and an open brace...
    <select name="state"> puts:
    out.println("<select name=\"state\">");
    into the _jspService method
    <%!
    // logic to loop thru states
    %>Puts the loop logic after the brace opening up the method renderStateSelect
    </select>puts
    out.println("</select>");
    in the _jspService method
    <%!
    %>Closes the renderStateSelect method.
    So if I do this:
    <html>
    <body>
    <%!
    void renderStateSelect(String def) { %>
    <select name="state">
    <%!
    // logic to loop thru states
    %>
    </select>
    <%!
    %>
    Hello<br/>
    <% renderStateSelect("none"); %>
    Everybody
    </body>
    </html>The html output is:
    <html>
    <body>
    <select name="state">
    </select>
    Hello<br/>
    Everybody
    </body>
    </html> The 'renderStateSelect method does not render the state select. The _jspService method does, in place where the HTML is written in the JSP file.  As another look, the translated servlet looks like this:
    package org.apache.jsp;
    public final class IsThisOk_jsp extends org.apache.jasper.runtime.HttpJspBase
        implements org.apache.jasper.runtime.JspSourceDependent {
    void renderStateSelect(String def) {
    // logic to loop thru states
      public void _jspService(HttpServletRequest request, HttpServletResponse response)
            throws java.io.IOException, ServletException {
        try {
          out.write("<html>\r\n<body>\r\n");
          out.write("<select name=\"state\">\r\n");
          out.write("</select>\r\n");
          out.write(" \r\nHello<br/>\r\n");
    renderStateSelect("none");
          out.write("\r\nEverybody\r\n</body>\r\n</html>\r\n ");
    }See. Any plain HTML code you put outside of the <%! %> tags is converted to out.printlns inside the _jspService method (in place where they occured in the JSP, not where the method you want to do the rendering is called...)
    So unless I completely misunderstood your intent here, this apprach does not work.

  • How to write HTML code in Web Template for selection screen

    Hello All,
    Is it possible to write a html code in the web template html tag so that the output of the html is displayed in the selection screen, i.e before the execution of query.
    I know that we can write html, which will be displayed once the query has been executed, but can it be done for selection screen.
    if so, how.
    My exact requirement is : to display a 2-3 lines of text in the selection criteria screen - sort of, various options available to user for entering values in the selection screen.  I was thinking of putting this text using HTML code in the selection screen.
    Regards,
    Nagendra.

    Hi Erick,
    No, unfortunately nobody replied to this thread. So i assumed it is not possible to modify the selection screen thru html code.
    Btw, as my requirement was to provide user with multiple answers on the selection screen. I did the validations on customer exit and popped an errror dialog when applicable.
    Regards,
    Nagendra.

  • Where do I write the code for customer exit variable?

    Hi Gurus,
    Can anyone tell me where and the procedure that I have to follow to get to the include ZXRSRU01 where I can write customer exit variable code.
    I know its written in ZXRSRU01, but in my system it seems like its not active or does not exist. How do I get to start working in this include for customer exit variables?
    Any help is appreciated. Thank you.
    Regards
    Reddy

    hi Reddy,
    variable exit use enhancement RSR00001 not RSAP0001. EXIT_SAPLRRS0_001.
    try to follow some steps in 'how to' doc related to this, and sample code may useful for you
    https://websmp206.sap-ag.de/~sapdownload/011000358700002762582003E/HowToDeriveVariableValue.pdf
    https://websmp206.sap-ag.de/~sapdownload/011000358700002765042003E/HowToVerifyVariableInput.pdf
      INCLUDE ZXRSRU01                                                   *
      DATA: L_S_RANGE TYPE RSR_S_RANGESID.
      DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
      CASE I_VNAM.
      WHEN 'CUMMONTH'.
        IF I_STEP = 2.                                  "after the popup
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'MONTH'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-LOW(4)."low value, e.g.200001
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-HIGH     = LOC_VAR_RANGE-LOW.   "high value = input
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            EXIT.
          ENDLOOP.
        ENDIF.
      ENDCASE.
    hope this helps.

  • Where do you write your code?

    I've just started to learn Flex. One question I have is where
    you put the ActionScript code?
    I know i can put it in several locations (e.g. inline, within
    a script-tag, in actionscript-files, in actionscript classes) but
    what's the best way to go?
    Up until now I haven't done so much coding, so I have just
    written the code inside a <mx:Script>-tag in my MXML-file.
    I'm starting to realize though that having both MXML and
    ActionScript in the same file is a bit inconvinient when the amount
    of code increases.
    Since I come from the dark side ;) (Microsoft), I'm used to
    having to files for each page/component; one with the "UI code"
    (MXML in this case) and one with the logic (AS in this case). I
    like that model, so I tried to do something similiar in Flex. My
    MXML-file looks like this:
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" applicationComplete="MainCode()">
    <mx:Script source="MainCode.as" />
    <!-- Other MXML code -->
    </mx:Application>
    Then I create the MainCode.as and give it a function called
    MainCode(). That way, I now have the code in a separate file/class,
    and themethod becomes the starting point of the execution. Kind of
    like the "document class" in Flash.
    First, this seemed like a good solution to me BUT soon I
    realized it has a big flaw. Since the class is not hard linked to
    the MXML, I will not get any intellisense/codehints about the
    components/controls I use in the MXML (at least I don't in
    FlashDevelop).
    So, how do you do it? Is there a way that is considered "best
    practice"?

    "haagel" <[email protected]> wrote in
    message
    news:[email protected]...
    > I've just started to learn Flex. One question I have is
    where you put the
    > ActionScript code?
    > I know i can put it in several locations (e.g. inline,
    within a
    > script-tag, in
    > actionscript-files, in actionscript classes) but what's
    the best way to
    > go?
    >
    > Up until now I haven't done so much coding, so I have
    just written the
    > code
    > inside a <mx:Script>-tag in my MXML-file. I'm
    starting to realize though
    > that
    > having both MXML and ActionScript in the same file is a
    bit inconvinient
    > when
    > the amount of code increases.
    >
    > Since I come from the dark side ;) (Microsoft), I'm used
    to having to
    > files
    > for each page/component; one with the "UI code" (MXML in
    this case) and
    > one
    > with the logic (AS in this case). I like that model, so
    I tried to do
    > something
    > similiar in Flex. My MXML-file looks like this:
    >
    > <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    > layout="absolute"
    > applicationComplete="MainCode()">
    > <mx:Script source="MainCode.as" />
    > <!-- Other MXML code -->
    > </mx:Application>
    >
    > Then I create the MainCode.as and give it a function
    called MainCode().
    > That
    > way, I now have the code in a separate file/class, and
    themethod becomes
    > the
    > starting point of the execution. Kind of like the
    "document class" in
    > Flash.
    >
    > First, this seemed like a good solution to me BUT soon I
    realized it has a
    > big
    > flaw. Since the class is not hard linked to the MXML, I
    will not get any
    > intellisense/codehints about the components/controls I
    use in the MXML (at
    > least I don't in FlashDevelop).
    >
    > So, how do you do it? Is there a way that is considered
    "best practice"?
    It's better to do one of two things:
    1) Get everything pretty much complete and then only pull it
    out to an as
    file when you're done. That way you get code hinting all the
    way up to the
    time that you pull out the code. Note that this will _not_ be
    a class and
    should not have a constructor, etc. or be named the same
    thing as any MXML
    file in your project.
    2) Only pull out things that can truly stand alone, and make
    them separate
    class. You need to look up these terms on google or your
    favorite search
    engine "loosely coupled Flex components."
    Also note that you can use more than one script tag, and
    these will be
    visible in outline view. Unfortunately you can't give them
    ID's. Also,
    using bookmarks can help with managing files with both MXML
    and AS.

  • Where do i write java code

    I am a java beginner. i need to know which interface i can use to write java code

    Hi ,
    u can write java code in many places
      notepad,
      edit plus ,
      eclipse ,
      netbeans ,
      NWDS (in j2ee perspective thisis for sap side )
    all the thing u need to install jdk first ...
    set your class path .
    go to command promt -> type cmd
    ur command prompt opens .
    open note pad write some code
    execute in command promt  by typing javac  abc.java
    i fno errors  type  java abc
    ur code will be executed and result displayed
    regards ,
    venkat p

  • Where is ADF FACES HTML tags in JDeveloper 11g?

    I am using JDeveloper 11.1.1.2.0 for my project. I remembered in 10g I have a list of HTML tags such as, afh:tableLayout, afh:cellFormat, etc under ADF FACES HTML package. However, in new JDeveloper 11g, I could only see ADF Cores and there is no ADF Faces HTML tags. Are they still available in 11g? If so, how I could install those tags in JDeveloper 11g?

    Thanks for your quick response. Actually I am converting a Trinidad project into ADF 11g. In old one, I used a lot of tableLayout components. It seems impossible for me to convert all those tableLayout into ADF 11g layout components in a short period of time.

  • How to write HTML code in OBIEE version 10.1.3.2.1

    Hey Everybody,
    I currently have OBIEE version 10.1.3.2.1 and I need to do some HTML and Javascript in the dashboard. Apparently this version of OBI does not have the ability to create HTML and I'm not able to upgrade to a newer version that does. Does anybody know a way around this issue so I could create a button or a popup window in this version of OBIEE? Thanks,
    Jeff

    Hi Grant,
    I have been hearing since quite some time now that slowly Oracle is shifting its focus towards J2EE and Java based technologies and there are plans also to make Forms obsolete in future.
    What is your comment on this?
    Thanks and Regards
    Amit Trivedi

  • Where do we write statements?

    I am new to XMLP. What is the prerequisite knowledge to build a report in XMLP? I don’t know anything about XML. Do we need XML knowledge? Because when I read user guide or some articles I get confused with the terminology.
    I am building Pick and PO reports
    1. User wants to move the address3 to one row up, if there is no data in address2 and so on. Basically they don’t want to see the blank space between the address lines and city, state, zip.
    I read in user guide (2-72) we can do this checking Null values. But my question is where do we write these statements? Like If …else...statements or xdofo/xdoxslt
    2. For the watermark, I read the PDF doc merge. Where do we write this code?
    I am getting XML data to build RTF is through the concurrent program setting output format as XML and saving that output as .xml file. Is this right way to do?

    Hi,
    I think the best thing to do is to have a look at some of Tim Dexters examples and slide shows on the XML Publisher website. Then take a look at his blog. You need to get a good foundation knowledge of the following technologies:
    XML
    XSL
    XSL:FO
    MS Word
    XPath
    http://www.w3schools.com has some excellent tutorials for all of the technologies.
    The XMLP (BI) Home page can be found at:
    http://www.oracle.com/technology/products/xml-publisher/index.html
    Tim Dexter's Blog can be found at:
    http://blogs.oracle.com/xmlpublisher
    Hope this helps,
    Cj

  • How can i write the code in xml publisher desktop

    hi all
    How and where can i write the code in xml publisher desktop ???
    shall i know how to write xml code or what ??
    in which part can i write the code if i have more than one query ?

    hi dear
    Thanks for ur replay...
    What i mean is : i used to work on reports builder,so :
    1- i used to create more than query in some reports.
    2- create formulas ,procedures....
    NOW i want to create the same reports by using xml publisher desktop, so how can i do that...
    when i use {color:#ff0000}report wizard{color}, i can not or i don`t know how to use more than one query, create formulas or procedures.
    Please help me.
    Thanks again.

  • Html code without be interpreted

    Hi,
    How can I write html code without be interpreted. I want to write a header like:
    * @param html A text like <div>hello</div>
    and I want that JavaDoc doen't interprets <div> as HTML.
    How can I do it?
    Thanks a lot for helping me :)
    Cheers

    Two options that I can think of:
    & lt;div& gt;hello& lt;/div& gt; (spaces were added so that the text is rendered)
    {@literal <div>hello</div>} (if you are using java 1.5 or newer)

  • Write PHP code above HTML tag

    I've created a toolset that allows me to add Form fields that
    we use in our system. But now I want to take that a step further. I
    want to be able to write corresponding PHP code above the HTML tag
    at a specific location. This while looping through the formfields
    in the form and dynamically write the INSERT and/or UPDATE query.
    The last bit I can probably figure out. What I would like to
    know is how to write the code above the HTML tag between <?
    ?> or with a search/replace of the INSERT or UPDATE line in the
    code.
    Can anyone give me some hints or tips on this?
    Thanks in advance!

    Hi Bahare,  
    The <script> tag is used to define a client-side script, such as a JavaScript.
    The <script> element either contains scripting statements or it points to an external script file through the src attribute.Common
    uses for JavaScript are image manipulation, form validation, and dynamic changes of content.
    You should write C# code inside asp.net (C#)(.cs).page. For more infomation,Please check
    http://msdn.microsoft.com/en-us/library/vstudio/k33801s3(v=vs.100).aspx
    In addition,
    This forum is to discuss problems of C# development.
    You'll need to post it in
    ASP.NET forum for more efficient responses, where you can contact ASP.NET experts.
    Best Regards,
    Kristin

Maybe you are looking for