Alex Wibowo wrote:
Hi all...

I am still in the process of learning Struts 2. As I understand it, there is
no way in Struts 2 to do something like session scope ActionForm in Struts
1.
The only solution I can find is to use "ConversationScopeInterceptor"
written here:
https://issues.apache.org/struts/browse/WW-1514

Does this sound right? Or am I missing something in the Struts
documentation?

I think you can get session-scoped action instances if you manage them through Spring, but in any case your action can implement SessionAware and store data to the session without needing any other plugins.

Conversation scope solves a different problem than just storing data in the session; is that what you need, or is session access sufficient?

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to