Data scroller: attributes render and for ignored ------------------------------------------------
Key: RF-8772 URL: https://jira.jboss.org/browse/RF-8772 Project: RichFaces Issue Type: Bug Security Level: Public (Everyone can see) Affects Versions: 4.0.0.Alpha2 Environment: RichFaces v.4.0.0-SNAPSHOT SVN r.17630 Reporter: Pavol Pitonak The following code doesn't work (both attributes are set to "dataTable" in bean): <it:dataScroller id="scroller1" for="#{bean.for}" render="#{bean.render}" /> <it:dataTable id="dataTable" ... /> This works fine: <it:dataScroller id="scroller1" for="dataTable" render="dataTable" /> <it:dataTable id="dataTable" ... /> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ richfaces-issues mailing list richfaces-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/richfaces-issues