0 Replies Latest reply on Sep 7, 2007 4:12 AM by hgf

    HowTo: rich:tab disabled by ajax4jsf I

    hgf

      Hi,

      I'm using SUN-JSF 1.2, faclets 1.1.12, richFaces 3.0.1, ajax4jsf 1.1.1 and tomahawk 1.1.6 (only panelLayout yet).

      I want to disable panel one by a select of a of a h:selectOneMenu component on an other panel, which includes a a4j:support component. How can I do this without that the currently active panel changes to the first panel? I think that this happens because the only way I found to implement this use case was to surround the whole rich:tabPanel with a a4j:outputPanel tag.

      Is there any way to prevent this panel switch?

      Thanks