Reinhard Poetz wrote:
Daniel or Leszek, could you review this please. (I have tried to run the Unit test suite but was overwhelmed by the output) Thanks!
The fix looks correct.

I found out now that jx:set is "hacking ready". Instead of doing
<jx:set name="cformsDummy" value="generateSaxContent()"/>

you can do:
<jx:set value="generateSaxContent()"/>
and the instruction won't even try to register the result in expression context:



if (this.var != null) { var = this.var.getStringValue(expressionContext); } [...] if (var != null) { expressionContext.put(var, value); }

No more "cformsDummy" in jx:macros. This should also speed things up a little bit. Care to check it?

--
Leszek Gawron                                      [EMAIL PROTECTED]
IT Manager                                         MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to