amespace? If so, what's
the recommended way for preserving data between requests?
- Original Message
From: Don Brown <[EMAIL PROTECTED]>
To: Struts Users Mailing List ; Jon Wilmoth <[EMAIL
PROTECTED]>
Sent: Wednesday, December 13, 2006 12:09:05 PM
Subject: Re: Struts2 Stori
n Brown <[EMAIL PROTECTED]>
To: Struts Users Mailing List ; Jon Wilmoth <[EMAIL
PROTECTED]>
Sent: Wednesday, December 13, 2006 12:09:05 PM
Subject: Re: Struts2 Storing/Retrieving View objects
Just provide getter methods on your action. Then, you can retrieve
the data in your jsp thr
Just provide getter methods on your action. Then, you can retrieve
the data in your jsp through either jsp expressions - ${myProp} - or
the Struts 2 tags. Struts 2 makes your action object's properties
automatically available to your jsp or other template file.
Don
On 12/13/06, Jon Wilmoth <[E
3 matches
Mail list logo