Musachy Barroso wrote:
Yes. You can include OGNL there (except it uses the JSTL ${} syntax instead of OGNL %{} syntax for a reason I've never understood):I think we fixed that already.
I just looked in the source and see that it should now work with either. I changed my current app and it worked!
Should we change the documentation? (Is it documented anywhere other than the javadocs?) Should we include that change in the upgrade instructions?
Now that you've looked at this in more detail, assuming anyone ever gets alternative scripting languages working, does the possibility of making them all work and be selectable based on the character %{} for ognl, ${} for jstl, #{} for mvel, etc. seem possible?
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

