Hi,
I am trying to use AjaxTabbedPanel. I added 2 tabs to it. In browser
they are displayed 1 under another, not side by side. And no styling. I
have seen sourcecode. It seems css classes were added but I did not find
any css file in the source code.
Here is the code, I used for AjaxTabbedPanel,
*My html code*:
<span wicket:id="tabs" class="tabpanel">[tabbed
panel will be here]</span>
*My java code*:
AjaxTabbedPanel tabbedPanel = new
AjaxTabbedPanel("tabs", tabs);
Do I need to add css file on my own? Please confirm me.
regards,
Mohan.