You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Akif Dinc (JIRA)" <ji...@apache.org> on 2015/07/03 16:27:05 UTC

[jira] [Updated] (OFBIZ-6547) Screen with pagination on tables lead to multiple db entries when submitting

     [ https://issues.apache.org/jira/browse/OFBIZ-6547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akif Dinc updated OFBIZ-6547:
-----------------------------
    Description: 
Submitting a form on a Screen with larger list leads to double DB entries if pagination (next) is used.

>From the cookbook it is known that pagination is automatically added if viewSize and viewIndex is set. Using this "auto pagination" functionalities next button after submitting passes the submit parameters to the next call.

Following steps do reproduce the problem:
 * open up http://demo-stable-ofbiz.apache.org/catalog/control/EditProdCatalogCategories?prodCatalogId=TestCatalog&VIEW_SIZE_1=20&VIEW_INDEX_1=1
* Take default element numbers per page (20)
* Add a Category (and submit)
* Check DB for added entry
* Hit Next page link
* Check DB again for entry (there will be twice the same)

  was:
Submitting a form on a Screen with larger list leads to double DB entries if pagination (next) is used.

>From the cookbook it is known that pagination is automatically added if viewSize and viewIndex is set. Using this "auto pagination" functionalities next button after submitting passes the submit parameters to the next call.

Following steps do reproduce the problem:
 * open up http://demo-stable-ofbiz.apache.org/catalog/control/EditProdCatalogCategories?prodCatalogId=TestCatalog&VIEW_SIZE_1=20&VIEW_INDEX_1=1
* Take default element numbers per page (20)
* Add a Category
* Check DB for added entry
* Hit Next page link
* Check DB again for entry (there will be twice the same)


> Screen with pagination on tables  lead to multiple db entries when submitting
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-6547
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6547
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: 13.07.01
>            Reporter: Akif Dinc
>            Priority: Minor
>
> Submitting a form on a Screen with larger list leads to double DB entries if pagination (next) is used.
> From the cookbook it is known that pagination is automatically added if viewSize and viewIndex is set. Using this "auto pagination" functionalities next button after submitting passes the submit parameters to the next call.
> Following steps do reproduce the problem:
>  * open up http://demo-stable-ofbiz.apache.org/catalog/control/EditProdCatalogCategories?prodCatalogId=TestCatalog&VIEW_SIZE_1=20&VIEW_INDEX_1=1
> * Take default element numbers per page (20)
> * Add a Category (and submit)
> * Check DB for added entry
> * Hit Next page link
> * Check DB again for entry (there will be twice the same)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)