PageHierarchy in ADF11g

Hi All,
I am working in ADF 11g. I am using Navigationpanes and NavigationItems to define my Page hierarchy.
Created a page template and included the same in all pages. Navigation I have defined in faces-config.xml file.
I used rendered property to render/not render my menus using some flags in my backing bean.
The problem Im facing is that, the count of flags Im using is growing day by day as my Menus/SubMenus are growing.
I found this way in User Guide..to create a XML Menu Model if ADF Controller is not used. If ADF Controller is used then we have to create Bounded Taskflow.
I am pasting the lines form UserGuide here:
If your application uses ADF Controller, then this menu option will not be available to you. You need to instead use a bounded task flow to create the hierarchy. See the "Creating a Page Hierarchy" section of the Oracle Fusion Middleware Fusion Developer's Guide for Oracle Application Development Framework.
Is there a way to bypass the ADFController to use MenuModel. If so , how?
Do let me know. Early response is appreicated !
Thanks in advance.
Edited by: user616296 on Mar 25, 2009 10:53 AM

Hi,
you can use this approach
http://myfaces.apache.org/trinidad/devguide/xmlMenuModel.html
Trinidad is the base of ADF Faces RC
Frank

Similar Messages

  • Diff b/w bc4j model and ejb model in adf11g

    hi all,
    iam murali iam new for adf 11g i have some dout's in adf11g ,can u please solve my probleam
    what is the difference b/w bc4j componet and ejb componet,how to develop ejb application in adf11g.

    ,how to develop ejb application in adf11gTake a look at this tutorial for starters:
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/ejb/ejb.html

  • How to send an email from ADF11g.

    Hi,
    How to send an email from ADF11g.can u give example code and send me any link.
    Regards
    AP

    perfect and simple way is to use the java mail api from apache
    very simple, easy to use, and handle all types of emails.
    http://commons.apache.org/email/userguide.html

  • Weblogic Server issue in ADF11g

    Hi All,
    Im working in ADF11g . My .jspx used to work but suddenly it is giving the followng error inspite of correct url in the browser.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Can anyone help me in solving this issue.
    Thanks,
    User

    Hi,
    if this is with the integrated server in JDeveloper then check if you have hanging Java processes in the Windows Task Manager. If you are accessing bounded taskflows and this happens, make sure that the taskflow is accessible, or if you use some state token with it that the state token is valid
    Frank

  • What is the equalent component for inputhidden in ADF11g

    hi
    can any tell the equalent component for inputhidden in ADF11g
    thanks in advance
    GiriBabu N

    Hi,
    Just use Trinidad's, I don't think 11g has an equivalent and Chris suggestion won't really work in this case as visible="false" is the same as rendered="false" for decoding purpose and you want it to be decoded in your case. Another poor man's solution would be
    <af:inputText value="..." inlineStyle="display:none;"/>Regards,
    ~ Simon

  • Emailable Page behaviour in ADF11g

    Hi,
    I am trying to use Emailable Page behaviour in ADF11g as shown in the Demo:
    http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/index.jspx?_afrLoop=15389093941087792#%2Ffeature%2FemailablePage.jspx%40
    I have a simple jspx page emailablePageDemo.jspx which displays data in a table. I put a goButton and set its destination to:
    emailablePageDemo.jspx?org.apache.myfaces.trinidad.agent.email=true
    after clicking the go button, it takes me to the URL:
    http://127.0.0.1:7101/EmailablePage-ViewController-context-root/faces/emailablePageDemo.jspx?org.apache.myfaces.trinidad.agent.email=true&_adf.ctrl-state=11aesnxpl9_9
    if I save this URL on my desktop as a .mht file and try to open it, the table does not render and the whole page keeps refreshing itself. I also see a Java script error:
    Message: Access is denied.
    Line: 1910
    Char: 2
    Code: 0
    URI: mhtml:file://C:\Users\parema\Desktop\emailablePageDemo.mht!http://127.0.0.1:7101/EmailablePage-ViewController-context-root/afr/partition/ie/default/opt/core-11-r1.js
    If I use something other than a table in the page, the saved page opens fine.
    However if I do the same thing with the feature demo:
    http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/index.jspx?_afrLoop=15389093941087792#%2Ffeature%2FemailablePage.jspx%40
    it opens well.
    I can upload a test case which accesses the HR database, in case someone wants to try.
    I'm using JDevR1
    Thanks,
    Makrand

    Seems like after a few clicks the problem dissipates, still anoying.

  • ADF11g page rendering time increases when used continuously for 2-3 hours

    Hi,
    We have an ADF11G application running on weblogic 10.3.2.0. After using the application for 2-3 hours, the page rendering time increases. Looking at the JVM performance graph from the enterprise manager, I found that the JVM memory usage are 1.8 GB, we have allocated 2 GB of memory to the soa_server1 on which this ADF application is deployed.
    I'm surprised why this much memory is consumed. Can anyone please point out what could be the issue. Is the ADF11G components which are consuming so much memory?
    Our Manager server soa_server1 also has BPEL components deployed on it. Is it advisable to use a separate managed server for ADF applications or it is very normal to use ADF and SOA components deployed on the same managed server?
    Thanks in advance for any suggestions.
    Thanks,
    Makrand

    Hi,
    We have an ADF11G application running on weblogic 10.3.2.0. After using the application for 2-3 hours, the page rendering time increases. Looking at the JVM performance graph from the enterprise manager, I found that the JVM memory usage are 1.8 GB, we have allocated 2 GB of memory to the soa_server1 on which this ADF application is deployed.
    I'm surprised why this much memory is consumed. Can anyone please point out what could be the issue. Is the ADF11G components which are consuming so much memory?
    Our Manager server soa_server1 also has BPEL components deployed on it. Is it advisable to use a separate managed server for ADF applications or it is very normal to use ADF and SOA components deployed on the same managed server?
    Thanks in advance for any suggestions.
    Thanks,
    Makrand

  • Ordimage in ADF11g

    Hi,
    I have worked on BLOB image not shows in JSP page!! image retrival and currently I need to help how to view ordimage in my jspx page.
    If anyone had compiled such program can you please give me a reference that how can I do that by ADF11g.
    Note that I had created ADFbusiness components by ORDIMAGE table now need to show this image.
    I had found a guideline but here not fully described about servlet implementation.
    As seen in oracle site that ORDIMAGE supports in ADF11g but not found such solution.
    I will be glad if any one can help me
    Thanks
    zakir
    =====
    Edited by: Zakir Hossain on May 10, 2009 5:38 PM
    Edited by: Zakir Hossain on May 10, 2009 5:39 PM

    solved by as reference of BLOB and will post ASAP.

  • How to generate jasper report and how to integrate jasper report in ADF11g

    Hi All,
    I want to generate jasper report in ADF11g Jdeveloper.and how to integrate jasper report in adf11g.give any link and simple example of jasper report with adf11g.then please help me and send example.
    Thanks&Regards
    Anup

    Ha, that's incredibly useful :-) Of course every response can be simplified to: http://lmgtfy.com/?q=let+me+google+that+for+you
    CM.

  • LEVEL attribute for the NavigationPane in ADF11g

    Hi All,
    I am working in ADF11g. I have a requirement to develop page hierarchy using NavigationPanes and NavigationCommanditems. I have to show/nottoshow few navigationpanes.
    Can anyone give me an example for LEVEL attribute for the NavigationPane and how it can be used.
    Thanks in Advance,
    Melissa
    Edited by: user10942366 on Mar 31, 2009 1:56 PM

    Please follow cuecards at:
    http://www.oracle.com/technology/products/jdev/11/cuecards/adf_set_43/ccset43_ALL.html

  • Freezing a column in ADF11g

    Friends,
    I am working in ADF11g.
    I need some help in freezing a column. I have around 30 columns on the screen and out of which one column needs to be freezed at design time..meaning when the User scrolls to the right that column should be visible.
    I have tried with 'frozen' property but it is acyually ocking the column.
    Is there anyway I can achieve this.
    Pls provide me some example.
    Thanks,
    Melissa

    Got the answer from other thread..Thanks
    Re: ADF Table auto scroll to the editing cell
    Placing the column in 1st place is fine for me.

  • How to enable enter button on keyboard for action on jsp page with adf11g

    hello,
    i have a login page, when i press login button with mouse it is working.
    But i want to click 'enter' button on the keyboard when inputbox is focused.
    For example i entered user and i entered passsword and click 'enter' button on keyboard for login action. How can i do this easily with adf11g ?
    thanks for interests.

    i tried but on af:form we have not defaultAction. i saw, there has defaultCommand i tried this but not acceptable by warning that about, "no id or naming containers". We has an id on command but what is naming containers.
    Other question is,
    How to write javascript on the adf tools? We have not any, "onClick, onPressed vs..".
    Thanks for helps.

  • Adf11g how to open pdf or html files from  webservice

    hi all,
    adf11g how to open pdf or html files from webservice .

    Hi,
    This is standard functionality, that you can read more about in the OLM User Manual. You can upload the files to an OLM content server or to any other content server that can be accessed with a URL.
    Regards Anders Northeved

  • How to generate static vo in adf11g.

    Hi,
    I m using jdeveloper 111.1.1.2.My prob is how to generate static vo in adf11g.plz help me.
    Thanks

    Hi,
    create a viewObject as 'Rows populated at design time(Static List)' type which will be prompted on creating a ViewObject by Jdeveloper
    and enter the Attributes u needed and values u needed......
    For more help press F1 by keeping the prompt open.........
    Regards,
    Suganth.G

  • Can we use more than one Help Provider class in a same project in ADF11g

    Hi All,
    There are two help providers i want to use .They are "ResourceBundleHelpProvider","OHW Help Provider"
    In adf-settings.xml file
    <help-provider>
    <help-provider-class>oracle.adf.view.rich.help.ResourceBundleHelpProvider</help-provider-class>
    <property>
    <property-name>baseName</property-name>
    <value>com.symmetry.dashboard.panels.Help</value>
    </property>
    </help-provider>
    if try to register both help providers confliction occurs. Is it possible to register and use more than one help provider.?
    Thanks in advance.:)

    Thanks Frank,
    In adf-settings.xml file
    <help-provider>
    <help-provider-class>oracle.adf.view.rich.help.ResourceBundleHelpProvider</help-provider-class>
    <property>
    <property-name>baseName</property-name>
    <value>com.symmetry.dashboard.panels.Help</value>
    </property>
    </help-provider>
    <help-provider prefix="RB_">
    <help-provider-class>oracle.help.web.rich.helpProvider.OHWHelpProvider</help-provider-class>
    <property>
    <property-name>ohwConfigFileURL</property-name>
    <value>/myHelpset/config.xml</value>
    </property>
    <property>
    <property-name>baseURI</property-name>
    <value>http://127.0.0.1:7101/Dashboard_workflow/myHelpset/%3c/value>
    </property>
    </help-provider>
    I differentiated the help providers with the "prefix" attribute in the <help-provider> tag. So now confliction is not occuring between those.
    I used this prefix in the "helpTopicId" property of the adf components like "input text box" . I got the result. :)

Maybe you are looking for