[richfaces-issues] [JBoss JIRA] Created: (RF-4002) Component does not rerender inside rich:dataTable

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Thu Jul 24 06:41:45 EDT 2008


Component does not rerender inside rich:dataTable
-------------------------------------------------

                 Key: RF-4002
                 URL: https://jira.jboss.org/jira/browse/RF-4002
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: RF 3.2.2 
Facelets 1.1.14
            Reporter: Andrei Markavtsov
            Assignee: Anton Belevich
            Priority: Critical
             Fix For: 3.2.2


<h:form id="_form">
	<rich:dataTable value="1" id="dataTable">
	<rich:column>
                      <a4j:commandLink id="lnk" value="Submit"
			reRender="out"></a4j:commandLink>
	<h:outputText id="out" value="#{bean.text}"/>
	</rich:column>
	</rich:dataTable>
	
	</h:form>


Output test doen not rerender after command button has been clicked.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list