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
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