Hello,
 
I'm new to Struts 2.
 
Assume that I'm on a JSP that has been rendered with a Struts2 Action.
Somehow I want to access the Action and its properties via a JSP tag,
something like this:
 
<c:out value="${action.myValue}" />
 
What is the correct way to do this?  Is the Struts 2 Action placed on
the request using a specific name, or is it available via OGNL?  If so,
how do I access it?
 
Thank you!!
 
-Ryan
 
 

This e-mail message is being sent solely for use by the intended recipient(s) 
and may contain confidential information.  Any unauthorized review, use, 
disclosure or distribution is prohibited.  If you are not the intended 
recipient, please contact the sender by phone or reply by e-mail, delete the 
original message and destroy all copies. Thank you.

Reply via email to