Costin,
> - I have a
> <bean:define id="a" name="foo"/>
>
> The generated code is:
> a = (java.lang.Object) pageContext.findAttribute("a");
> a = (java.lang.Object) pageContext.findAttribute("a");
> a = (java.lang.Object) pageContext.findAttribute("a");
> ( i.e. 3 times the same line ).
>
> Not a bug, but strange.
this turned out to be a bug inherited from the old jasper,
which did not synchronize scripting variables at the appropriate
places (as outlined in the "Synchronization Protocol" section
in JSP.10.5.9).
I've just committed a fix for this, which should make jasper2
comply with the spec.
Jan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>