[richfaces-issues] [JBoss JIRA] Created: (RF-8662) extendedDataTable: broken on rerender by ajax

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri May 14 10:50:28 EDT 2010


extendedDataTable: broken on rerender by ajax
---------------------------------------------

                 Key: RF-8662
                 URL: https://jira.jboss.org/jira/browse/RF-8662
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 4.0.0.ALPHA1
            Reporter: Ilya Shaikovsky
            Assignee: Konstantin Mishin
             Fix For: 4.0.0.ALPHA2


			<tbl:extendedDataTable frozenColumns="1" value="#{carsBean.allCars}" rows="100" var="car" id="table" clientRows="50" style="width:300px; height:300px;">
				<tbl:column>
					<f:facet name="header">
						<h:outputText value="Make" />
					</f:facet>
					<h:outputText value="#{car.make}"/>
					<f:facet name="footer">
						remove this also to check
					</f:facet>
				</tbl:column>
...
			<a4j:commandButton execute="@this" render="table" value="table"></a4j:commandButton>

see screenshots.

-- 
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