[
http://jira.jboss.com/jira/browse/RF-1340?page=comments#action_12398623 ]
Tomislav Jakopec commented on RF-1340:
--------------------------------------
Still a problem.
Updated, build ed, depoyed from trunk, it's not working :) but I think I found a
problem. Problem is on every page that use rich:datascroller
here is simple example of my problem page
<r:dataTable id="tablica" width="100%"
rows="#{operKonv.postavkeOperatera.brojRedova}"
var="v" rowKeyVar="rb"
value="#{traziLokacija.rezultati}">
.....
</r:dataTable>
<r:datascroller ajaxSingle="false" id="scrollerDatatable"
for="tablica" maxPages="20" renderIfSinglePage="false"
/>
datascroller: Id attribute generated wrong in tld
-------------------------------------------------
Key: RF-1340
URL:
http://jira.jboss.com/jira/browse/RF-1340
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Alexej Kushunin
Fix For: 3.2.0
check the forum description. and pay attention to
<name>id</name>
<deferred-value>
<type>java.lang.String</type>
</deferred-value>
</attribute>
<attribute>
<description>Attribute allows to ignore an Ajax Response produced by a request
if the newest 'similar' request is
in a queue already. ignoreDupResponses="true" does not cancel the request while
it is processed on the server,
but just allows to avoid unnecessary updates on the client side if the response isn't
actual now</description>
in tld
--
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