I use the tabbedPanes in a complex project at work. I've fixed a bug
in the tabbedPane:

http://issues.apache.org/jira/browse/MYFACES-214

but this bug is only fixed on trunk (next version) and not in the
actual 1.0.9. Maybe this bug is your problem (I can't really imagine).
Without a example snippet from your JSP, I can't do anything for you.

2005/5/27, Werner Punz <[EMAIL PROTECTED]>:
> I have it like that, but there seems to be another problem which causes
> this behavior, I will try to isolate the problem to nail it down
> whether it is my code or the tabbed pane.
> 
> Werner
> 
> 
> Philipp Ahlner wrote:
> > Hi Werner!
> >
> > You should enclose your x:tabbedPane - tag in a x:form like this:
> >
> > <h:form>
> >                 <x:panelTabbedPane>
> >                         <x:panelTab id="tab1">
> >                          .....
> >                          </x:panelTab>
> >
> >                         <x:panelTab id="tab2">
> >                          .....
> >                          </x:panelTab>
> >                  <x:panelTabbedPane>
> > </h:form>
> >
> >
> 
>

Reply via email to