Prev/Next links in multi forms are messed up after form is submitted
--------------------------------------------------------------------

                 Key: OFBIZ-222
                 URL: http://issues.apache.org/jira/browse/OFBIZ-222
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: framework
            Reporter: Jacopo Cappellato


Prev/Next links in multi forms are messed up after form is submitted.

For example, in the ManageQuotePrices, this is the prev/next link before the 
multi form is submitted:

https://localhost:8443/ordermgr/control/ManageQuotePrices?quoteId=10060&VIEW_SIZE=2&VIEW_INDEX=1

(good);
and this is the link after the form is submitted:

https://localhost:8443/ordermgr/control/ManageQuotePrices?
submitButton=Submit&
quoteItemSeqId_o_1=00003&
quoteItemSeqId_o_0=00004&
averageCost_o_1=0&
quoteId_o_1=10060&
averageCost_o_0=0&
quoteId_o_0=10060&
quoteUnitPrice_o_1=59.99&
quoteUnitPrice_o_0=2%2C799.99&
_useRowSubmit=Y&
_rowSubmit_o_1=Y&
costToPriceMult_o_1=1&
_rowSubmit_o_0=Y&
_rowCount=2&
costToPriceMult_o_0=1&
productId_o_1=WG-1111&
productId_o_0=GZ-1005&
quantity_o_1=80&
quantity_o_0=10&
defaultQuoteUnitPrice_o_1=0&
quoteId=10060&
defaultQuoteUnitPrice_o_0=0&
VIEW_SIZE=2&
VIEW_INDEX=1


(wrong).

Probably, the problem is that the queryString variable in the 
HtmlFormRenderer.renderNextPrev() method, after the form is submitted, contains 
the form fields needed to call the multi-service.

Any hints on how I could fix the issue?

-- 
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

        

Reply via email to