Hi Pierre,
You will have to place the Tab images in your web-app directory. The CSS
also needs to placed in the web-app directory.
If the CSS is not there in the web-app directory and is in the same
place as the HTML file,
You need to include it in your java code.
add(new StyleSheetReference(...)); ==> method to add the CSS.
Thanks and regards,
Umesh
-----Original Message-----
From: Pierre Gilquin [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2008 11:57 AM
To: [email protected]
Subject: TabbedPanel and css problem
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.ap
ache.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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]