You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by hns <ha...@yahoo.com> on 2008/08/05 07:54:41 UTC

[trinidad]navigation pane

i am learning myfaces trinidad and having no experience in JSF
i am trying to use navigation pane in index.jspx
	<tr:navigationPane hint="tabs">
		<tr:commandNavigationItem text="Simple" destination="page1.jspx"/>
		<tr:commandNavigationItem text="dialog" destination="page4.jspx"/>
		<tr:commandNavigationItem text="tabble" destination="tabledemo.jspx"/>
		<tr:commandNavigationItem text="dojotest" destination="dojotest.jspx"/>
	</tr:navigationPane>

it works fine and when i click on it ,it goes to another page like from
index.jspx to page1.jspx
but i want to display it as tabbed display on same page
can i use partial submit ?
how can i do this?
-- 
View this message in context: http://www.nabble.com/-trinidad-navigation-pane-tp18824946p18824946.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.