Re: [struts-dev] [s2] OGNL abstracted (was Struts 2 and OGNL findings)

2008-02-18 Thread Dale Newfield
Brian Pontarelli wrote: I've been trying to catalog all of the cases where OGNL exists and where it can be replaced. Since different ELs specify different mechanisms to state this is an expression to be evaluated, I wonder what we should do about the delineating characters %{/} vs. ${/} vs.

Re: [struts-dev] [s2] OGNL abstracted (was Struts 2 and OGNL findings)

2008-02-18 Thread Brian Pontarelli
Yeah, this is one of the frustrations that most beginners encounter and that I'd really like to fix. I'd say it should be ${} or #{} so that it is the same notation in JSPs, XML, etc. In fact, I would think that it would make the most sense to follow the UEL convention such that ${} is

Re: [struts-dev] [s2] OGNL abstracted (was Struts 2 and OGNL findings)

2008-02-18 Thread Jeromy Evans
I started an Issues section and a Goals section to explicitly identify the problem(s) that needs to be solved. http://cwiki.apache.org/confluence/display/S2WIKI/OGNL+replacement Brian Pontarelli wrote: Yeah, this is one of the frustrations that most beginners encounter and that I'd really