[
http://jira.jboss.com/jira/browse/RF-2106?page=all ]
Tsikhon Kuprevich reopened RF-2106:
-----------------------------------
Backing Bean:
public class ScrollableDataTable {
private int first;
public ScrollableDataTable() {
first = 0;
}
public int getFirst() {
return first;
}
public void setFirst(int first) {
this.first = first;
}
}
ScrollableDataTable.jsp
<rich:scrollableDataTable ... first="#{scrollableDT.first}" ...>
...
<h:outputText value="first:"></h:outputText>
<h:inputText value="#{scrollableDT.first}"
onchange="submit();">
</h:inputText>
scrollableDataTable: the "first" attribute is not applied
under JSP
-------------------------------------------------------------------
Key: RF-2106
URL:
http://jira.jboss.com/jira/browse/RF-2106
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Tsikhon Kuprevich
Assigned To: Maksim Kaszynski
Fix For: 3.1.5
scrollableDataTable: the "first" attribute is not applied under JSP
Found at test-application
--
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