Okay, if the first tab is always set to rendered="true", then the other tabs behave correctly, ie the contents of the tabs render.  If the first tab is set to false, then the other tab(s) require a click first and then the render, otherwise they're blank.

-Elam


>
> On 2/22/06, Elam Daly < [EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I have paneltab in which the various tabs need to be rendered based on
> credentials supplied by the user.  The render status for the various tabs
> are kept in a boolean[], with the array index set to the tab number and the
> rendered property on the tabs is:
> >
> > rendered="#{MyBean.displayPage[ tabNumber ]}" etc.. where tabnumber is
> 1,2,3....
> >
> > Now, the tabs that are allowed to be rendered show up okay, but their
> content does not.  It's only *after* I click the tab that the content shows.
>  This sounds like a lifecycle problem.
> >
> > Any help is appreciated.
> >
> > -Elam
> >
>
>

Reply via email to