Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

af:page and menuSwitch facet

506016Jul 11 2007 — edited Jul 12 2007
Hi

In my application i need dynamic menues with variable depth; i'm using af:page and menuModel; it's great!

BUT, now i like to use menuSwitch for select first level from tree (menuModel)... can i to use same menuModel? i need first level in menuSwitch and second level in menuTabs (dynamically generated by af:page) and third level in menuBar (dynamically...), etc.

But menuSwitch and menuTabs it's shown the same item!! i can't to use 'startDepth' in nodeStamp of page...

For example:

A.....................................=> menuSwitch
A.1...............................=> menuTab
A.2...............................=> menuTab
A.2.1.........................=> menuBar
A.2.2.........................=> menuBar
A.3...............................=> menuTab

B.....................................=> menuSwitch
B.1...............................=> menuTab
B.1.1.........................=> menuBar
B.1.2.........................=> menuBar
B.2...............................=> menuTab

Obviously, this is example.... because my menu is dinamically built.

Thanks for advance.
Roy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2007
Added on Jul 11 2007
1 comment
354 views