dev@woodstock.java.net

Re: Accordion support

From: Ratnadeep Bhattacharjee <Ratnadeep.Bhattacharjee_at_Sun.COM>
Date: Tue, 03 Jul 2007 14:08:58 -0400

Richard Wu wrote:
> There are three bugs I found:
>
> 1. The size attribute for tabContent doesn't work in Firefox 1.5

What size are you referring to? As far as I know there is no size attribute.

> 2. The selected attribute for tabContent doesn't work at all

Can you please send your JSP example just so that I can verify that.
Note that selected works only the first time by taking the value set in
the backing bean. After that the value set by setSelected() takes over.

> 3. The tab indicator is shown one triagle in Firefox but shown two in IE

Again, an example would be great. I see the same thing on IE and FF.
What version of IE are you using?

Also, the latest TLD docs should not have a tabContent tag. You should
use "accordionTab" tags inside an "accordion" tag.

-Deep.