Allow t:dataScroller to be Ajaxified using f:ajax
-------------------------------------------------
Key: TOMAHAWK-1548
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1548
Project: MyFaces Tomahawk
Issue Type: Improvement
Components: Data Scroller
Affects Versions: 1.1.9
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
After thinking a lot about it, to make it possible we need to do some things:
- If no facet or paginator is rendered, render a <div> and the id, so when ajax
occur it could be replaced.
- If a facet or paginator is rendered, if an id is set render it.
- Add "click", "dblclick" and "action" client events and copy them for all
facets and paginator links.
- Add "action" as default event name.
In this way, not we can add f:ajax tag inside datatable to tell when a link is
click, which elements should be updated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.