Multi Type Form Parameters

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Multi Type Form Parameters

Jeremy Olmstead
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
Reply | Threaded
Open this post in threaded view
|

Re: Multi Type Form Parameters

Rishi Solanki
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 <[hidden email]>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
>