[solved] what tag can create "ul" "li" in ADF FACE

i want to make a dynamic menu with CSS and JS in ADF FACE. it will use "ul" and "li" .
if i create a static menu, there is no problem. i can write the following code
< ul>
< li>
<af:commandLink ...../>
</ li>
</ ul>
now i will construct this menu with data from DB, plan to use the method like this,
<af:menuList var="menuSubTab" startDepth="1" value="#{menuModel.model}">
<f:facet name="nodeStamp">
<af:commandMenuItem text="#{menuSubTab.label}"
action="#{menuSubTab.getOutcome}"
rendered="#{menuSubTab.shown and menuSubTab.type=='default'}"
disabled="#{menuSubTab.readOnly}"/>
</f:facet>
</af:menuList>
how can i output < ul> < li> with ADF FACE. pls help me .
thanks
null
Message was edited by:
Guo Qinghua

http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/panelList.html
Frank

Similar Messages

  • What tags can be used with Notes?

    I have been searching all over to figure out what typs of tags can be used when creating Notes for the iPod. I keep comming back to this document http://developer.apple.com/hardwaredrivers/ipod/iPodNoteReaderGuide.pdf. It is supposed to show available tags. At least that's what all the referring sites say to refer to for available tags. It seems to be a basic tutorial with not much going on. I want a broader reference so I can format my notes. Supposedly the tags are based on a subset of HTML. Well then what are these tags? Has Apple taken the original document down? ***?
    Shuttle XPC ST20G5   Windows XP  

    That's just it, if you read further down it says "You can get the full list of tags for iPod notes over on Apple’s developer connection" and it is linked back to http://developer.apple.com/hardware/ipod/. However, there is no full list of tags on their site anywhere. In the meantime I emailed the ADC to see if they know what happened to the original document. There's got to be more tags than just those on MAKE.

  • What 'tags' can i use?

    I would like to know what tags I can use in my posts to format my texts. I know [_code_] and [_/code_] (without the underscores) but would like to know all others. I looked in the FAQ but didn't find them there (they used to be in there in the old days).
    Thanx in advance for any help you can give me.
    Lennert

    Sorry, you're going to have to get a clue before you could even understand possible answers to that question.
    Sigh... okay, let's give it a try.
    JSP is a technology for generating HTML. There aren't any HTML editable-table components. It's possible with advanced Javascript to do that sort of thing, but not for people who can barely spell JSP. I expect I have to point out that Javascript is not Java, too.
    PDF is a technology for producing printable documents to pass around the Internet. There are forms of PDF which allow the user to enter data, but trying to generate such a thing from a Javascript-based HTML document would be basically impossible.
    I think you should get some basic familiarity with these things before you go any farther. Right now you just have a collection of bad ideas. If you've seen web implementations of what you are trying to describe, then find out how they do it.

  • How to create a graph in ADF Faces

    Hi there,
    I am working with ADF using JDeveloper 10.1.3 with Business Components (BC) and ADF Faces.
    I am trying to create a graph base on a View object, but I can't see any options on the Data Control Palette.
    Is there a graph wizard component for ADF Faces?
    Thanks for any help.
    Jim

    Thanks Frank.
    A graph was created successfully using the following steps:
    1. using BIGraphDef1.xml (with Oracle BI Graph library)
    2. add to pageDef.xml
    <iterator id="EmployeesView1Iterator" RangeSize="10" Binds="EmployeesView1"
    DataControl="AppModuleDataControl"/>
    <graph id="pageGraphid"
    IterBinding="EmployeesView1Iterator"
    ControlClass="oracle.dss.graph.Graph" SeriesLabel="EmployeeId"
    GraphPropertiesFileName="view.BIGraphDef1"
    SeriesType="SINGLE_SERIES">
    <AttrNames>
    <Item Value="Salary"/>
    </AttrNames>
    </graph>
    3. add to .jspx (with Graph 1.0 as library )
    <h:form>
    <af:panelGroup>
    <f:verbatim>
    <graph:Graph imageHeight="300" imageWidth="500" data="${bindings.pageGraphid}"/>
    </f:verbatim>
    </af:panelGroup>
    </h:form>
    4. add to web.xml
    <servlet>
    <servlet-name>GraphGeneratorServlet</servlet-name>
    <servlet-class>oracle.jbo.html.jsp.graph.GraphGeneratorServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>GraphGeneratorServlet</servlet-name>
    <url-pattern>/faces/jspx/GraphGeneratorServlet</url-pattern>
    </servlet-mapping>
    Jim

  • Can't find Javadoc for ADF Faces components

    I have tried to locate javadoc documentation for ADF Faces Java classes, but am not able to find anything. For example, the ADF Faces tag documentation for af:convertNumber has the following comment:
    "Further more information see javadoc for oracle.adf.view.faces.converter.NumberConverter"
    But I cannot find this javadoc anywhere on the OTN documentation site.

    Pls Check this link
    http://download.oracle.com/docs/cd/B25221_05/web.1013/e18745/apidocs/overview-tree.html

  • Creating an HGRID with ADF Faces

    Is there any sample code to build HGRID with ADF faces?
    -SM

    see treeTable in the demo zip which contains a demo war available for download here:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/index.html

  • What are provided skin with ADF faces and where i can find more ?

    Hi
    thank you for reading my post
    where i can find more skins for ADF faces ?
    I know
    Oracle , srdemo
    is there any other skins available ?
    Thanks

    Find your serial number quickly
    if it's a win ps cs6 and it's installed, you can use belarc advisor to recover the sn, Belarc Advisor - Free Personal PC Audit, for software, hardware and security configuration information on your computer.…

  • Create dynamic code on a JSF with ADF Faces

    Hi,
    the next is just sample, nothing to production system, but if I can do the sample I can do something to production system.
    Fine.
    let's suppose that I want to create a html link
    in run-time over a JSF page with ADF Faces component.
    I can do that, I did using javascript and Custom tag,
    but the html link is placed out of the body of the page instead of put it over the place that I put it in development-time
    so, now my question is:
    how I can generate dynamic code using ADF FACES component commandButton or any others.
    any suggestion??
    P.D. if you need more info ask me.

    Hello Jeanne.
    You are right, I used <f:verbatim> element to wrap all my non-JSF elements and it work. :)
    so good so far.
    but, dynamic code mean generate code in this case HTML in run-time.
    That is to say: write code HTML just in time I invoke a page.
    That is posible through Custom Tags.
    You create a Custom Tags this tag generate HTML code after to process any Business Logic. then you put the tag in the page that you want to use it
    someting like this:
    <afh:rowLayout halign="center">
    <afh:cellFormat halign="center">
    <ESE-utilities:populateMenu/>
    </afh:cellFormat>
    </afh:rowLayout>
    the just above bold line is my Custom Tag that generate HTML code
    and not work.
    but, if I replace the tag directly using HTML code in the page, for example:
    <afh:rowLayout halign="center">
    <afh:cellFormat halign="center">
    <f:verbatim>
    prueba
    </f:verbatim>
    </afh:cellFormat>
    </afh:rowLayout>
    it work
    so, now my new question is:
    ¿How can I use a Custom Tagthat generate HTML code, and that code have been written inside of my body page?
    Thanks in advantage for your reply.
    Mauricio

  • ADF Faces: is mixing JSF RI and ADF Faces tags supported?

    Hi,
    I'm looking at ADF Faces as a future possibility for our application that is currently based on JSF RI.
    When looking at the ADF Faces demo it strikes me that all pages are almost completely built up from ADF Faces tags.
    For instance
    af:form
    af:commandButton
    af:inputText
    are used instead of the equivalent core jsf tags f:form, f:commandButton and f:inputText
    I'm wondering if this is mandatory if we would like to use some ADF Faces components mixed within our existing application.
    In other words: are ADF Faces tags supported in the environment of conventional JSF tags? And mixing ADF Faces JSF components with JSF components by other vendors?
    Another thing that strikes me is that pages are constructed using ADF Faces tags for any and all markup content.
    I guess this is meant to support several different clients (normal browser applications, mobile clients, voice activation over telephone) using different renderers.
    In my experience abstracting markup this way inherently means loss of control over the exact markup that is sent to the client. This is not acceptable for all projects and customers.
    Is embedding ADF Faces tags within template HTML, within f:verbatim tags or not, supported?
    Regards,
    Joost de Vries

    You absolutely can mix JSF RI and ADF Faces tags. This is very much supported! You can swap in <h:form> and <h:commandButton> and <h:inputText>. Our versions support some features that the JSF tags do not, as described in our release notes.
    Your point about using tags to produce all markup is a very cogent one. For some projects, absolute control over HTML will be a necessary requirement, so we do support that style of development. But we believe strongly that the future does not lie in constant handcoding of HTML, but instead in building more powerful, flexible, and reusable components and assembling those into pages. This was one of the themes of a talk I gave with two coworkers at this past JavaOne.
    -- Adam Winer (JSF EG member and ADF Faces lead)

  • Where can I download adf-faces-ea13.zip

    I have been reading:
    Using MyFaces with Oracle JDeveloper 10g (10.1.3) Preview
    http://www.oracle.com/technology/products/jdev/101/howtos/myfaces/index.html
    and
    How To Use ADF Faces With JDeveloper 10g
    http://www.oracle.com/technology/products/jdev/howtos/10g/adfjsf/how-to-adf-faces-10gjdev.htm
    but unfortunately I cannot find a place that I can download the file mentioned adf-faces-ea13.zip in these 2 article.
    Any help?
    Ming Man

    Thanks Frank,
    I have JDeveloper 10.1.3.3 with me, just that I want to learn more from those tutorial. Those articles should get updated if they can no longer be used, right?
    Regards,
    Ming Man

  • How should I tag content created in a master page when addressing accessibility before exporting to Acrobat?  I can't add the content to the articles pannel because it's locked.  I would also like to know how I shold tag my cove content.  I dont' want rea

    How should I tag content created in a master page when addressing accessibility before exporting to Acrobat?  I can't add the content to the articles panel because it's locked.  I would also like to know how I should tag my cove content.  I don't want the reader to get lost in content other than the body of the report, but I also don't want to ignore some content completely by tagging it as artifacts.  What should I do y'all?
    Thanks,
    Josh

    Hi Rob,
    From the screen shots it looks like your script is not formatted properly (you may refer to 'Paladin Script' in 'Sample Project' to get an idea of how the script should be formatted.).
    Further please follow the steps mentioned below to use Story to PP workflow.
    Create a new Film script in Adobe Story
    Create  scene heading – INT. LOCATION – Day (these will show up in the outline view panel on left hand side)
    Hit enter, hit TAB
    Enter the name of the speaker, hit TAB or ENTER
    Copy over the transcribed text
    Build your script this way
    Number scenes from the production menu
    Export ASTX file for your script : File->Export->.astx
    Open Premiere Pro
    Create a new project, bring in media
    In the project pane, find the "Scene" column
    For the clip that contains the spoken text, assign the same scene number to the clip as you have in the story script (lets say both are scene 1)
    Click out of the scene box in the project panel in Ppro
    Right click on the scene that you just assigned a scene number to and select – attach Story script
    Select the .astx fle you exported in step 8
    Click ok
    You should now see the script data in the metadata panel for the clip in the metadata panel.
    You can now run speech to text based on "Embedded Script metadata" to time align spoken word to the script.
    Let us know if this is helpful.
    Thanks
    Rashi - Story Team

  • I have created a quotation in CRM system. I want that to be downloaded into ECC, so that, I can create a sales order there with reference to that quotation. So, what are the parameters that I need to set in CRM system so that my quotation gets replicated?

    Dear Experts,
    I have created a quotation in CRM system. I want that to be downloaded into ECC, so that, I can create a sales order there with reference to that quotation. What are the parameters that I need to set in CRM system so that my quotation gets replicated without any error?
    Please help me in this regard. An early and in detail step by step guidance is highly appreciated.
    Thanks,
    SMTP

    It may be best to recreate the folder and the smart playlists from scratch.
    tt2

  • I'm trying to sync a new i phone to i tunes.  I get message that says cannot be used because the apple mobile device service is not started.  Any idea what I can do to solve this issue?

    I'm trying to sync a new iphone into i tunes.  I'm getting a message that says that this iphone cannot be used because the apple mobile device service is not started.  Any idea what I can do to solve this issue?

    See Here...
    AMDS for Windows
    http://support.apple.com/kb/TS1567
    AMDS for Mac
    http://support.apple.com/kb/ht1747

  • I can't synchronise my Ipad with my Imac. It's given unknown cause but nevertheless an indication (-50). Does anybody know what's happening or what I can do to solve this?

    I can't synchronise my Ipad with my Imac. It's given unknown cause but nevertheless an indication (-50). Does anybody know what's happening or what I can do to solve this?
    Thanks in advance

    If the iPad is running iOS 7, the security feature is called Activation Lock.
    There is no way around it. Hopefully he will be able to get the Apple ID password
    reset or remember it.
    Perhaps one or more of the following will help your family member:
    https://iforgot.apple.com/password/verify/appleid
    http://support.apple.com/kb/HT5787?viewlocale=en_US&locale=en_US
    Apple - Support - Apple ID - Manage Account

  • How I can see what accounts I created with my family pack in my old mobileme account?

    Any ideas how I can see what accounts I created with my family pack in my old mobileme account?
    i updated it when we need to migrate and all emails are active and being used.
    i need to update an email address. we use this for my personal company and need to keep the email in
    the same format so it matches the others in the company. i dont see it anywhere in my account now.
    i am using a .mac format. thanks.

    In order to see which devices are authorized on your account:
    Open iTunes
    Click Store
    Click Account
    Click View Account
    Enter your password
    Look in the second section iTunes in the Cloud
    To the far right you'll see Manage Devices
    Once it's clicked you will see all of the devices currently authorized in iTunes/on your account
    I was going to say, "Hope this helps," but based on the above, I'm pretty sure it did!
    Thanks guys...

Maybe you are looking for

  • How can I sync all my bookmarks from my macbook to my ipad air?

    I just got a new ipad air, but when I went to sync it, it only syncs the bookmarks from my iphone 5 through icloud. I want to keep my devices seperate, as in have seperate bookmarks and seperate apps. Well I figured out the app part of it and how to

  • Agent problem in Payment Release Workflow

    Hi WF PRof's,   I am using the standard workflow  WS00400012 for Payment Release.I am using two level approval process.If the invoice amount is less than 20,000 it should goto approver X and if it more than that it should do for X first and then to Y

  • How to enable show SQL Query in Crystal report tool

    Hi, How can we enable the show SQL Query under Database tab in crystal report... We have a requirement to modify the SQL query in Crystal reports. Thanks, Gana

  • OSB JCA Adapter - Enqueue - BLOB Oracle data type

    Hi, I am tring to enqueue a message into oracle advacned queue using JCA AQ adapter of OSB. The message in the Q has BLOB data type. I used AQ Adapter enqueue operation for this, and an opaqueue schema in the adapter wsdl. I created a business servic

  • Logout & Caching in JSF w/ADF

    Hi, I have a PhaseListener class referenced in my faces-congfig.xml to prevent page caching so the user won't get errors if they click 'Back' in the browser after logging out. Well, that is the idea anyway. Here's my code: package org.aero.kas.evc.us