Hi list, I was calling a method by OGNL inside a component to fetch an array inside a WORepetition, and it worked well. Now, I moved some code to a sub-component and I have to pass the array I get from the method to the component. So I did:
<wo:BuildManifest transactions="$~transactionsForSpec(revisionItem)" /> But I'm getting: ognl.InappropriateExpressionException: Inappropriate OGNL expression: transactionsForSpec(revisionItem) Funny thing is that it does work even if I'm getting this, the sub-component is called and the array have the right objects. So I'm curious of finding out why I'm getting this exception even if it works as expected. _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com