Re: how to make ActionForm in session scope in Struts2

2007-10-14 Thread Jose4u
tion Form and a form in session scope in strut 2 >> >> help needed. >> Thanks in advance >> Joseph >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-ma

Re: how to make ActionForm in session scope in Struts2

2007-10-11 Thread Nuwan Chandrasoma
Hi, what you mean by ActionForm? in struts2 there is no such as ActionForm, you can access the session from your action class and add any object to the session as an attribute. http://struts.apache.org/2.x/docs/how-do-we-get-access-to-the-session.html http://struts.apache.org/2.x/docs/how-can