Re: Values exposed to OGNL Implicit vs. Explicit

2007-04-10 Thread Ted Husted
On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Let's face it... this is confusing! I understand the interplay with dependency injection and how the Action interfaces fills this contract. Not real sure about ModelDriven however (or is it ScopedModelDriven). I also realize the infamous

Re: Values exposed to OGNL Implicit vs. Explicit

2007-04-10 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > [...] the preferred technique to access them? > S2 or JSTL tag? "Preferred" is a matter of taste; I don't have any issues accessing the attributes or OGNL stack via JSP 2.0 EL syntax (instead of , just because ${} is so much more concise), but there was already one

Values exposed to OGNL Implicit vs. Explicit

2007-04-10 Thread stanlick
Can someone point to a nice explanation (preferably a graphic) that explains how values are exposed to the OGNL by the S2 framework *and* the preferred technique to access them? S2 or JSTL tag? What is the appropriate access syntax? I realize OGNL is a stand-alone facility, but it appears to be