You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Leon Torres (JIRA)" <ji...@apache.org> on 2007/01/25 00:38:49 UTC

[jira] Commented: (OFBIZ-644) Pagination in https://host_name:8443/ordermgr/control/orderlist needed

    [ https://issues.apache.org/jira/browse/OFBIZ-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467194 ] 

Leon Torres commented on OFBIZ-644:
-----------------------------------

Also, I wanted to note that this patch contains an exploraiton on how to handle similar complex lists that require pagination.  There is a Java classs in it that is stored in the session, which is responsible for tracking the state of the list.  The idea is to use this object instead of passing around dozens of url parameters.  If it works well, we can generalize the approach and use it as a design pattern for similar lists.

> Pagination in https://host_name:8443/ordermgr/control/orderlist needed
> ----------------------------------------------------------------------
>
>                 Key: OFBIZ-644
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-644
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Walter Vaughan
>             Fix For: SVN trunk
>
>         Attachments: orderliststate.patch
>
>
> There is no pagination in https://host_name:8443/ordermgr/control/orderlist. If a status like "sent' is chosen, thousands or millions of rows will be returned if there is that many in the database. Some sort of pagination system like we have in https://host_name:8443/partymgr/control/findparty with some sort of higher limit like 100 records or so might be good, as to not break behavior for most existing users.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.