Just checked in my first pass at implementation. Its in wicket-extensions wicket.extensions.markup.html.tabs.TabbedPanel. There is also an example in the component reference that shows four different css styles. Check it out and let me know what you think and how we can make it better.
 
-Igor


 
On 10/31/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
Tabs like that could work too. Maybe easier than navmenu. The idea
behind navmenu was that navigation inherently is a tree structure -
possibly just one level - but in such a way that you wnat to access
each level seperately (so that you can render each level
independently). Having a tree makes it easy to have a dependency like
when you select 'option 1' from the first level, you'll have 'option
a' and 'option b' for the second level (childs of 'option 1').

I'd propose to see whether we can merge the ideas somehow. There's
enough overlap already, I'd like to see one good tabbed panel/
navigation component ('cause I think it is the same thing in the end)
that is supported (part of one of the wicket core projects).

Eelco


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to