hi
how could i use navigation pane for tabbed view 
i have index.jspx like
        <tr:form>
                                <tr:navigationPane hint="tabs" >
                                        <tr:commandNavigationItem text="Simple"
action="#{pageDirect.sendsimple}" destination="page1.jspx"
partialSubmit="true" partialTriggers="rndpage" immediate="true"/>
                                        <tr:commandNavigationItem text="dialog"
action="#{pageDirect.senddialog}"/>
                                        <tr:commandNavigationItem text="table"
action="#{pageDirect.sendtable}"/>
                                        <tr:commandNavigationItem 
text="dojotest"
action="#{pageDirect.senddojo}"/>
                                </tr:navigationPane>
                        
                        <tr:page id="rndpage">
                        
                        </tr:page>
                </tr:form>
                        </ui:define>
        
can i use tr:page for partial submit for achieve my aim to show tabbed view
of different page

please help me
-- 
View this message in context: 
http://www.nabble.com/any-idea-about-navigation-pane-tp18827663p18827663.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to