[richfaces-issues] [JBoss JIRA] (RF-12932) <rich:tab> render-attribute does not work

Alexey Shakov (JIRA) jira-events at lists.jboss.org
Thu Apr 18 12:53:53 EDT 2013


Alexey Shakov created RF-12932:
----------------------------------

             Summary: <rich:tab> render-attribute does not work
                 Key: RF-12932
                 URL: https://issues.jboss.org/browse/RF-12932
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.3.1
            Reporter: Alexey Shakov


render attribute of rich:tab-Component is ignored.

In the following example, clicks on tab1 and tab2 do not re-render panelGroup with id="x", but clicks on link1 and link2 do the job.

<h:form>
    <rich:tabPanel>
      <rich:tab header="tab1" render="x">
        <a4j:commandLink value="link1" render="x" />
      </rich:tab>
      <rich:tab header="tab2" render="x">
        <a4j:commandLink value="link2" render="x" />
      </rich:tab>
    </rich:tabPanel>

    <h:panelGroup id="x">
      <h:outputText value="#{baseBean.currentDate}">
        <f:convertDateTime pattern="dd-MM-yyyy HH:mm:ss" />
      </h:outputText>
    </h:panelGroup>
  </h:form>

(This snippet works with RF 4.2.1.Final)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list