Re: Struts2: tabbedPanel with no cssStyle bug?

2007-12-04 Thread elentz
> If doLayout is true the height css attribute is mandatory. It applis > cssStyle directly to every tab. > If doLayout is false, the height is determined by the content and varies > tab-to-tab. > > I'm not sure what you were hoping for by setting doLayout=true but not > setting cssStyle. I p

Re: Struts2: tabbedPanel with no cssStyle bug?

2007-12-04 Thread elentz
Oh yeah, I'm using 2.0.11 -- View this message in context: http://www.nabble.com/Struts2%3A-tabbedPanel-with-no-cssStyle-bug--tf4944709.html#a14156081 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubs

Struts2: tabbedPanel with no cssStyle bug?

2007-12-04 Thread elentz
Has anyone else had the experience that using a tabbedPanel with no cssStyle specifying width and height doesn't work? For example, this works: This doesn't work: It would seem that both should work. By not working I mean that the tabs appear but no content within any of the children . --