Re: does not accept expressions?

2014-06-16 Thread Paul Benedict
Maybe we should have two versions of the tags? One that accepts EL (and never executes OGNL) and another one that does. Quite honestly, I have no use for OGNL inside of JSP. Cheers, Paul On Mon, Jun 16, 2014 at 11:05 AM, Paul Benedict wrote: > That's disappointing that we're crippling the use

Re: does not accept expressions?

2014-06-16 Thread Paul Benedict
That's disappointing that we're crippling the use of these tags. I just want to use EL for single evaluation. I don't need both OGNL and EL in my tags -- just EL. Cheers, Paul On Mon, Jun 16, 2014 at 10:44 AM, Dave Newton wrote: > > http://struts.apache.org/release/2.2.x/docs/why-cant-i-use-j

Re: does not accept expressions?

2014-06-16 Thread Dave Newton
http://struts.apache.org/release/2.2.x/docs/why-cant-i-use-jstl-style-el-expressions-in-struts-tags.html On Mon, Jun 16, 2014 at 11:26 AM, Paul Benedict wrote: > Is this a bug? I cannot use an EL expression to set the "value" attribute. > I don't understand why such a restriction exists. Though

does not accept expressions?

2014-06-16 Thread Paul Benedict
Is this a bug? I cannot use an EL expression to set the "value" attribute. I don't understand why such a restriction exists. Thoughts? Cheers, Paul