Alright, thanks a bunch! That was absolutely it...
As a follow up question: how do I iterate through a list? Ultimately my goal
is to iterate through the fields and parse each row as parameters to a
different service.
I tried using the <iterate> method, but am somehow stuck in between. The
following should output each Product (database row), correct?
<iterate entry-name="Product" list-name="productList">
<log level="warning" message="${Product}"></log>
</iterate>
--
View this message in context:
http://www.nabble.com/Simple-Method-out-parameter-tp19747551p19759669.html
Sent from the OFBiz - User mailing list archive at Nabble.com.