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 <[email protected]>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 >
