Dennis,

> There is no need for a TabPanel.page

Yea, I know since TabPanel is component, but I was referring to the
TabTest page.
Thanks for the other tips.

-- Izak

On 4/26/06, Dennis Cieplik <[EMAIL PROTECTED]> wrote:
> Hi!
>
> > Furthermore, TabPanel.java makes a method call, getBlockNames(), but
> > this method is not implemented anywhere in this class, neither is it
> > BaseComponent.
>
> There is no need for a TabPanel.page. Secondly there are some errors in the
> documentation as well.
>
> TabTest.html (1 error):
>
> <span jwcid="@TabPanel" blockNames="ognl:{'berlin', 'rome', 'tokyo'}"
> selectColor="#FFFF00" unSelectColor="#CCFFFF" borderColor="#00CC33"/>
>
> should be:
>
> <span jwcid="@TabPanel" blockIds="ognl:{'berlin', 'rome', 'tokyo'}"
> selectColor="#FFFF00" unSelectColor="#CCFFFF" borderColor="#00CC33"/>
> --
>
> TabPanel.java (2 errors):
> selectedId = (String) getBlockNames().get(0);
>
> should be:
> selectedId = (String) getBlockIds().get(0);
>
>
> Dennis
>
> --
> Echte DSL-Flatrate dauerhaft für 0,- Euro*!
> "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl
>
> ---------------------------------------------------------------------
> 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]

Reply via email to