Tabbed pages are easy to create yourself (a lot easier then tabbed panels). Just create a list (ol) with elements (li) with in each a link (a). Now attach a Link component to the latter (any link type, but you probably are looking for a BookmarkableLink). Put this all in a Panel you can reuse over different pages. In the constructor you accept an argument that will make the panel add a class attribute (class="selected") to one of the links.
Add some css and you're done.

Regards,
   Erik.


nazeem wrote:
Does wicket have inbuilt support for tabbed pages ? not tabbed panels. Please
point me to if available


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to