[ http://issues.apache.org/jira/browse/BEEHIVE-472?page=all ] Nathan Jantz closed BEEHIVE-472: --------------------------------
Using the defaultpageSize attribute in grids verifies this new feature for grids to be working. Adding two qaWeb BVTs for this: datagrid/paging/dataGrid12.jsp datagrid/paging/dataGrid13.jsp > page size isn't encoded in the URL > ---------------------------------- > > Key: BEEHIVE-472 > URL: http://issues.apache.org/jira/browse/BEEHIVE-472 > Project: Beehive > Type: Bug > Components: NetUI > Versions: V1 > Reporter: Eddie O'Neil > Assignee: Nathan Jantz > Fix For: V1 > > The data grid's notion of page size isn't encoded into the URL. This makes > it hard to build UIs that allow a site visitor to override the default page > size. > While it's possible to build this today, it requires that the page size be > stored outside the grid's state. > The fix is to add a "defaultPageSize" attribute on the configurePager > tag.This lets each grid specify its default page size and encode the page > size in the URL only when the overridden page size is different from the > default. > Today, the internal notion of "default page size" has an implicit value of 10. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
