]
Lukáš Fryč resolved RF-11575.
-----------------------------
Resolution: Done
rich:dataScroller - execute=@form does not save model on page change
--------------------------------------------------------------------
Key: RF-11575
URL:
https://issues.jboss.org/browse/RF-11575
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.1.0.Milestone4
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Priority: Critical
Fix For: 4.1.0.Milestone4
In RF-10936, Ajax attributes was enabled to dataScroller to enable execute=@form, which
effectively allows user to save table values when changing page, but the functionality
still doesn't work - form is processed but model is not updated.
{code:XML}
<rich:dataTable var="person" value="#{people}>
...
<h:selectBooleanCheckbox value="#{person.sex}" />
...
<rich:dataScroller execute="@form" />
...
</rich:dataTable>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: