Hi all,
I have try to use a TabbedPanel in my appli.
The css look in not taking into account.
If I look into the html generated I have :
<span class="tabpanel">
<div class="tab-row">
<ul>
<li class="tab0 selected">
...
If I look in the example on
http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=:org.apache.wicket.examples.compref.TabbedPanelPage
The equivalent ligne is
<div class="tabpanel">
It's probably why the style.css is not applyed.
Do you have any idea why my appli send a "span" html tag ?
For my information, where are the gif used for TabbedPanel ? I cannot find them in the wicket-extensions-1.3.0-rc1.jar
or any where else !
Thanks in advance.
Pierre
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]