2 Replies Latest reply on Mar 16, 2011 4:08 PM by denebj

    [Resolved] Richfaces 4 - TabPanel question

    denebj

      Good morning

       

      I have a question about the tab panel in the RF 4.

      My current process with the 3.3.3 was :

      When I click on a link/button I am showing a modal panel with tabs in it.

      And in order to force the content to show the first tab all the time I had to use that :

       

      <a4j:commandButton

                                              id="loadModal"

                                              action="#{bean.retrieveInfo}"

                                              oncomplete="document.getElementById('tabId_shifted').click(); #{rich:component('modal')}.show();" />

       

       

      Unfortunatly it is not working in RF 4, and I am wondering how to do it now ?

      I was in the show case the <rich:toggleControl> but I was not able to made it work lol

       

      Thanks