Re: does not accept expressions?

2014-06-17 Thread Aaron Johnson
EL now supports many functions of OGNL. Would it make sense just to replace OGNL with EL? There doesn't seem to be much of a community around updating OGNL. The newer versions of EL have improved support for usage outside of the JSP environment. Is it possible to use EL in the other templates (Velo

Re: does not accept expressions?

2014-06-17 Thread Paul Benedict
I believe my thoughts are similar. When I code, I explicitly try to be "OGNL free" in my JSP. There's no reason for me to use OGNL unless I am forced to via interaction with Struts. I do what I can do make sure my JSP usage sticks with the EE standard. Cheers, Paul On Tue, Jun 17, 2014 at 9:5

Re: does not accept expressions?

2014-06-17 Thread Andrew Carr
I agree with the points Arron Johnson made. One context would be much easier. On Tue, Jun 17, 2014 at 10:55 AM, Aaron Johnson wrote: > EL now supports many functions of OGNL. Would it make sense just to replace > OGNL with EL? There doesn't seem to be much of a community around updating > OGNL

Re: does not accept expressions?

2014-06-17 Thread Christoph Nenning
In my JSPs I have interactions with struts all the time so OGNL is important for me. A pattern I use quite often is to get objects via (OGNL) and afterwards use them with EL/JSTL. Regards, Christoph > I believe my thoughts are similar. When I code, I explicitly try to be > "OGNL free" in

Re: does not accept expressions?

2014-06-17 Thread Paul Benedict
That's the pattern I expect. One tag should expose what you need from Struts to EL -- the rest of the Struts tags should just be pure EL enabled. Cheers, Paul On Tue, Jun 17, 2014 at 10:06 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > In my JSPs I have interactions with strut

[GitHub] struts pull request: Security: exclude Object's class methods

2014-06-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/struts/pull/11 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl