Menus Menus Menus

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Menus Menus Menus

Phani S
Hi all,
       I am very much struggling with menus. here i have attached a menu.xhtml and new.xhtml. When a menu item selected the page to be displayed changes for example new.xhtml. But i am unable to proceed. How do I combine the menu.xhtml with new.xhtml in this case. Could some body help me. If anybody is having an example of this kind please send it.


here is the page flow

<config xmlns="http://www.orbeon.com/oxf/controller">

    <page path-info="/menu/" view="menu.xhtml"/>
    <page path-info="/menu/new" view="new.xhtml"/>

    <epilogue url="oxf:/config/epilogue.xpl"/>

</config>

--
Phani. S
M.Tech(Software Engineering)
Motilal Nehru National Institute of Technology



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

menu.xhtml (3K) Download Attachment
new.xhtml (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Menus Menus Menus

Alessandro Vernet
Administrator
Phani Sajja wrote
       I am very much struggling with menus. here i have attached a
menu.xhtml and new.xhtml. When a menu item selected the page to be displayed
changes for example new.xhtml. But i am unable to proceed. How do I combine
the menu.xhtml with new.xhtml in this case. Could some body help me. If
anybody is having an example of this kind please send it.
For reference (for those who would find this thread through a search), this has been discussed in more details in this thread:

http://www.nabble.com/Menu-Items-td24459042.html

Alex