0 Replies Latest reply on Dec 19, 2011 8:41 PM by tehackio

    Tabpanel with wrong form validation

    tehackio

      Hi,

      I have two rich:tab, one with datagrid and another one with form.

      When I change from the form tab to search tab, form validation is called, then, I put immediate=true on form tab, but my register link, on datagrid, to the form tab do not work anymore.

       

      This fail on my search tab after immediate=true click on form tab

      <a4j:commandLink execute="@this" render="tabPanelPrincipal">
          <h:graphicImage value="/img/telescope.gif" title="Inserts" />
      <a4j:param value="#{cc.attrs.var}" assignTo="#{cc.attrs.home.dao.currentId}" />
      <a4j:param value="tabInserts" assignTo="#{cc.attrs.home.selectedTab}" />
      </a4j:commandLink>
      

       

      I'm using richfaces 4.1 Final

       

      I've found many problems like this on my weary search.

      That's one: http://community.jboss.org/message/581034