You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jeremy Olmstead <jo...@gmail.com> on 2011/04/06 23:50:29 UTC

Multi Type Form Parameters

I want to submit a multi type form to a regular service to process all the
rows in one service.  Is there a way to pass the whole list as a parameter?

Thanks,
Jeremy

Re: Multi Type Form Parameters

Posted by Rishi Solanki <ri...@gmail.com>.
Please study the use of org.ofbiz.webapp.event.ServiceMultiEventHandler.
This will perform the same operation on each row.
To see the example search in the controller.xml <event type="service-multi"
.. />
form-widget and ftl both are capable of handling such things.

Need to use row-submit variable for each row. For more details please trace
any one service-multi request in ofbiz.

Rishi Solanki
Manager, Enterprise Software Development
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Thu, Apr 7, 2011 at 3:20 AM, Jeremy Olmstead <jo...@gmail.com>wrote:

> I want to submit a multi type form to a regular service to process all the
> rows in one service.  Is there a way to pass the whole list as a parameter?
>
> Thanks,
> Jeremy
>