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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to