[
http://jira.jboss.com/jira/browse/RF-2923?page=comments#action_12408365 ]
Brian Gregory commented on RF-2923:
-----------------------------------
After researching this issue I noticed the following in
ui\datascroller\src\main\config\component\datascroller.xml:
<!-- [...snip...] -->
<property el="false">
<name>for</name>
<classname>java.lang.String</classname>
<description>ID of the table component whose data is scrollled
</description>
</property>
<!-- [...snip...] -->
It seems this was added since 3.1.x, I'm still looking to find exactly when. Can
anyone explain why this was added?
for attribute in datascroller not handled when using datascroller in
custom tags
--------------------------------------------------------------------------------
Key: RF-2923
URL:
http://jira.jboss.com/jira/browse/RF-2923
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Alan Stewart
Assigned To: Nick Belaevski
Fix For: 3.2.1
Have writtem custom JSF tags that incorporate the rich:datascroller.
We pass in the id of the rich:dataTable in our custom tag and the datascroller has
working using this in versions up until 3.1.4.SR1. Changed to 3.2.0.GA and now without
any other code changes, I get an error:
could not find dataTable for datascroller j_id171. When we hard-code the id of the
dataTable in the "for" attribute of the rich:datascoller, it all works OK.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira