Re: UEL and Struts 2.x

2007-12-17 Thread Alberto A. Flores
Good to know... Thanks! Wes Wannemacher wrote: You will be okay, AFAIK, the symbol clash is with '#{' which OGNL uses to create anonymous maps/lists. Your usage will be okay since it doesn't invoke UEL. -Wes On 12/17/07, Alberto A. Flores <[EMAIL PROTECTED]> wrote: Are there any plans (on the

Re: UEL and Struts 2.x

2007-12-17 Thread Wes Wannemacher
You will be okay, AFAIK, the symbol clash is with '#{' which OGNL uses to create anonymous maps/lists. Your usage will be okay since it doesn't invoke UEL. -Wes On 12/17/07, Alberto A. Flores <[EMAIL PROTECTED]> wrote: > Are there any plans (on the Struts2 team) to address the problem that > come

UEL and Struts 2.x

2007-12-17 Thread Alberto A. Flores
Are there any plans (on the Struts2 team) to address the problem that comes with UEL expressions (JSP 2.1 - JSR-245) in using the "#" symbol? I'm currently using such symbol to get access to "request" attributes (so my Struts2 tags can read values from "request scoped" beans), by doing the fol