Re: getting value from parent query in subquery transformer

2009-12-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
you do not need to pass the values as shown here. Make use of the Context parameter (second implicit parameter) to get hold of the value of ${item.category} context.getVariableResolver().resolve('item.category')) On Wed, Dec 2, 2009 at 7:20 PM, Joel Nylund wrote: > Hi, I have an entity that has

getting value from parent query in subquery transformer

2009-12-02 Thread Joel Nylund
Hi, I have an entity that has a entity within it that executes a query for each row and calls a transformer. Is there a way to pass a value from the parent query into the transformer? For example, I have an entity called document, and it it has an ID and sometimes it has a category. I hav