Maybe I am missing the point but this does not seem to make it possible to have tab navigation without http-requests (Standard or Ajax). This is possible with tabbedPane.
-----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Wessendorf Gesendet: Montag, 11. Dezember 2006 16:34 An: MyFaces Discussion Betreff: Re: Trinidad menutab here are some examples http://www.irian.at/trinidad-demo/faces/components/commandNavigationItem.jspx (and the source code) http://www.irian.at/trinidad-demo/faces/components/commandNavigationItem.jspx.source and http://www.irian.at/trinidad-demo/faces/components/navigationPane.jspx (source as well) http://www.irian.at/trinidad-demo/faces/components/navigationPane.jspx.source On 12/11/06, Meyer, Stefan <[EMAIL PROTECTED]> wrote: > How do I define the different pages, that i want to navigate between? They > should all be defined and linked in one view. What you suggest makes it > possible to display tabs - the navigation rules have to be implemented in > backing beans. I am thinking of a component like Tomahawk tabbedPane. I want > the switching between tabs to issue no request at all. > > > -----Ursprüngliche Nachricht----- > Von: Döring Markus [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 11. Dezember 2006 16:02 > An: MyFaces Discussion > Betreff: AW: Trinidad menutab > > Hello, > Trinidad has this features in the <tr:naviagtionPane> You can simply add > <tr:commandNavigationItem> and set the "hint" attribute on the navigationPage > to "tabs" > > For more informations look here: > http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_navigation > Pane.html > > Also there is a special Trinidad mailing list for such questions: > [email protected] > > Greetings > Markus > > > -----Ursprüngliche Nachricht----- > > Von: Meyer, Stefan [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 11. Dezember 2006 15:51 > > An: MyFaces Discussion > > Betreff: Trinidad menutab > > > > I am looking for a trinidad component that makes it possible to > > switch between panels by clicking on tabs. This should worlk client > > side or server side (in tomahawk there is such a component). Is > > switcher + menutab the right choice? > > > > > > > > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

