Thanks BJ.

I need to add something similar to:

Map<String, Object> result = ServiceUtil.returnSuccess();
result.put("parsedfileinfo", parsedfileinfo);
return result;

And add an out attribute for "parsedfileinfo" in the service definition.

-CJ






BJ Freeman wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> in the svn trunk
> importAddressMatchMapCsv is part of the Partyservices.java.
> if you notice the java importAddressMatchMapCsv() returns a map.              
> to the service called by the controller.xml
> so if you return you data in that map
> this would be called out in the out parameters, in your service as
> importdata java.util.List
> you controller would on return go to a view in you widget/ftl that would
> display the map.
> 
> There are examples of this in ofbiz.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Need-some-guidance-on-storing-parsed-info-from-CSV-files-tp21693280p21697906.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to