since I'm replacing all struts2 accessor tags and expressions in my jsps I use the '$' instead of the '%' and '#'. Obviously there are convenience drawbacks such as the <s:push> tags that let you push a value onto the ognl stack but the performance advantages overweigh the conveniences that struts2 tags offer you.
On Sat, Dec 13, 2008 at 6:45 PM, Dave Newton <[email protected]> wrote: > --- On Sat, 12/13/08, yorlick kilroy wrote: >> Any way heres what I did. I replaced the struts2 tags >> with JSTL Core tags: [...] > > Are you accessing value stack objects via JSP 2.0 EL's ${...} notation, or > have you put values into a JEE scope? > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

