Hi,
I'm using Woody+Flow but not using the binding framework yet. I'm passing an object to the view layer in the bizdata parameter to showForm(). I wrapped my Woody template in a <jx:template> and started my form display pipeline with the JX generator, and it all worked great.
Then I thought "wait a minute, the Woody transformer is already doing JXPath" (witness "#{$continuation/id}). So, I un-wrapped my Woody template, changed my expression to JXPath syntax (I was using Jexl at the time), and replaced the JX generator with the XML "file" generator.
But now, my expressions aren't being substituted anymore.
Was all that a bad think?
There are some hacks in WoodyTemplateTransformer to do XPath substitution of continuation id, but that's it. And hopefully that will be removed soon. If you want to do general expression substitution in your template then you need the JXTemplateGenerator in your pipeline.
Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
