[ http://issues.apache.org/jira/browse/BEEHIVE-466?page=history ] Nathan Jantz closed BEEHIVE-466: --------------------------------
The URL parameter syntax for page size and current row have been verfied to be consistent with sorts and filters. Closing issue. > data grid's page size / current row URL params use a syntax inconsistnet with > sorts and filters > ----------------------------------------------------------------------------------------------- > > Key: BEEHIVE-466 > URL: http://issues.apache.org/jira/browse/BEEHIVE-466 > Project: Beehive > Type: Bug > Components: NetUI > Versions: V1 > Reporter: Eddie O'Neil > Assignee: Nathan Jantz > Fix For: V1 > > The data grid encodes the pager values with: > <gridName>~<pageSize> > <gridName>~<currentRow> > and should use: > <gridName>;<pageSize> > <gridName>;<currentRow> > so that the encoding of values is consistent with sorts and filters. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
