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 <newton.d...@yahoo.com> 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: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to