Just add your custom tabbar and a panel to your page. and let the
tabbar know which panel it should update.
Note that in the case of panels you should use Link in your tabbar component.

Maurice


On Sun, Jun 1, 2008 at 12:01 PM, cresc <[EMAIL PROTECTED]> wrote:
>
> Thanks Erik.. I understand ur suggestion. But I do have an other problem
> where I need to split the navigation panel & the panel content. Any idea how
> to achieve this?
>
> http://www.nabble.com/split-tabpanel-navigation-and-panel-content-tt17583663.html
>
> -  nazeem
>
>
> Erik van Oosten wrote:
>>
>> 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]
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/tabbed-pages-not-panels-tp17582637p17584051.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to