[ http://jira.jboss.com/jira/browse/RF-3354?page=comments#action_12413875 ] Andrey Chorniy commented on RF-3354: ------------------------------------
Without fixing that issue we can't build RESTful web-application, so the RichFaces 3.2.0 becomes unusable for us, even with it new features and numerous bug-fixes We just can't show the data to the user. > rich:datascroller doesn't change displayed data. Only page numbers are > changed. > ------------------------------------------------------------------------------- > > Key: RF-3354 > URL: http://jira.jboss.com/jira/browse/RF-3354 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: JBoss 4.2.2 GA (or Tomcat deployment) > Seam 2.0.1GA or Seam 1.2.1GA > RichFaces 3.2.0GA or 3.2.0-SR1 > Reporter: Andrey Chorniy > Assigned To: Nick Belaevski > Fix For: Future > > Attachments: datascroller.war.zip > > > This issue is tied with special "pages.xml" configuration which is used to > build RESTFul links. In that case request is executed for dummy-view (which > has no rel xhtml file behind) > the action is executed at every request (usually parse link parameters, build > required object model, etc.) as well if any ajax request executed for such > page - it workd without invoking "handler-action" > and operates directly with Action-Bean. > This approach work's ok on richfaces 3.1.4 but now it doesn't work, since > dataGrid data is not refreshed if use datascroller. > <!-- This is dummy-view used to execute action at the time of URL > opening (used to introduce RESTFul requests) --> > <!-- If use real view instead, then at each ajax request the action > method will be executed --> > <!-- This approach work ok with RichFaces 3.1.4 and less, but stop > working with RichFaces 3.2.0 > rich:dataScroller doesn't change the data on pages (only > page-numbers changed) --> > <page view-id="/myHome.xhtml"> > > <action execute="#{itemsDataProvider.show()}"/> > <navigation from-action="#{itemsDataProvider.show()}"> > <!-- bind action with view --> > <render view-id="/home.xhtml"/> > </navigation> > </page> -- 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 _______________________________________________ richfaces-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/richfaces-issues
