[
https://jira.jboss.org/browse/RF-8772?page=com.atlassian.jira.plugin.syst...
]
Nick Belaevski updated RF-8772:
-------------------------------
Assignee: Anton Belevich
Fix Version/s: 4.0.0.Milestone1
Component/s: component-tables
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)
Components: component-tables
Affects Versions: 4.0.0.Alpha2
Environment: RichFaces v.4.0.0-SNAPSHOT SVN r.17630
Reporter: Pavol Pitonak
Assignee: Anton Belevich
Fix For: 4.0.0.Milestone1
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