[
https://issues.apache.org/jira/browse/OFBIZ-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bilgin Ibryam updated OFBIZ-1935:
---------------------------------
Attachment: 1935.diff
The attached patch will add paginator numbers to VIEW_SIZE and VIEW_INDEX
parameters, so every form has different parameters for pagination (form one
will use VIEW_SIZE_1, VIEW_INDEX_1, second form on the same page will use
VIEW_SIZE_2, VIEW_INDEX_2 params....).
The last paginator number used on a page is stored in globalContext, so every
rendered pagination can get next number to use for the parameters.
Also fixed a bug, where iterator-section was not adding existing request
parameters to the paginator links.
Any tests and reviews would be appreciated.
Bilgin
> Allow multi-pagination in a page
> -----------------------------------
>
> Key: OFBIZ-1935
> URL: https://issues.apache.org/jira/browse/OFBIZ-1935
> Project: OFBiz
> Issue Type: Bug
> Components: ALL COMPONENTS
> Affects Versions: SVN trunk
> Reporter: Jacques Le Roux
> Assignee: Bilgin Ibryam
> Attachments: 1935.diff
>
>
> If a page has more than one paginations (fe : view profile has one in
> "Financial Account Summary " and one in "Shipper Account" ) the pagination
> numbers become wrong, as both paginations use VIEW_SIZE and VIEW_INDEX
> parameters from the request.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.