3 Replies Latest reply on Jun 6, 2007 1:30 PM by mgrouch

    togglePanel not working

      On Firefox

      <f:facet name="s">

      generates field which is not closed properly.



       <rich:togglePanel id="#{id}" value="s" switchType="client" stateOrder="s,b">
       <f:facet name="s">
       <s:div>
       <s:div styleClass="#{headerClass}">
       <h:outputText value="#{label}" style="text:align:left;"/>
       <rich:toggleControl for="#{id}">
       <h:outputText value="«" title="Expand" style="font-size:14px;font-weight:bold;" />
       </rich:toggleControl>
       </s:div>
       <s:div class="#{bodyClass}"><ui:insert></ui:insert></s:div>
       </s:div>
       </f:facet>
       <f:facet name="b">
       <s:div styleClass="#{headerClass}">
       <h:outputText value="#{label}" style="text:align:left;"/>
       <rich:toggleControl for="#{id}">
       <h:outputText value="»" title="Expand" style="font-size:14px;font-weight:bold;" />
       </rich:toggleControl>
       </s:div>
       </f:facet>
       </rich:togglePanel>