Re: [Wicket-user] Ajax Tab Panel

2006-08-07 Thread Juergen Donnerstag
Subclass the Ajax Test Panel java class and create your own *.html. Juergen On 8/7/06, Pierre-Yves Saumont <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to control the AbstractTabPanel HTML template ? What I > need to do is to have the tabs in a div and the panels in another one > (so they

[Wicket-user] Ajax Tab Panel

2006-08-07 Thread Pierre-Yves Saumont
Hi, Is there a way to control the AbstractTabPanel HTML template ? What I need to do is to have the tabs in a div and the panels in another one (so they can be formated as a whole). I also needs to have the tabs div come AFTER the panels div in the template (because I cannot use z-index and mu