You're right... why do it in a scriptlet when I can just do it in my
action. I just used getter/setter and the s:property tag to display my
stack trace string that I created in my catch block.
Thanks!
On Mon, 2007-11-19 at 11:24 -0800, Dave Newton wrote:
> If you want to access something in a sc
If you want to access something in a scriptlet (which
hopefully you don't want to do) you can either access
the value stack or just stick it in one of the scope
maps. (See ParameterAware, RequestAware, SessionAware,
ApplicationAware.)
If you want generic tag-based access then just expose
the objec
2 matches
Mail list logo