Has anyone else had the experience that using a tabbedPanel with no cssStyle
specifying width and height doesn't work?

For example, this works:
<s:tabbedPanel id="scrntabpane" theme="simple"  cssStyle="width: 450px;
height: 576px;" doLayout="true">

This doesn't work:
<s:tabbedPanel id="scrntabpane" theme="simple"  doLayout="true">

It would seem that both should work.  By not working I mean that the tabs
appear but no content within any of the children <s:div></s:div>.

-- 
View this message in context: 
http://www.nabble.com/Struts2%3A-tabbedPanel-with-no-cssStyle-bug--tf4944709.html#a14156079
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to