Re: how to make ActionForm in session scope in Struts2

2007-10-14 Thread Jose4u
thanks for the reply. My intention is , i have a list in my action class and adding values to the list(for e.g. Company) from the DB and forwarding to the .jsp after the user enter the values ->moving to the action and saving the values in db and again forwardig to the .jsp at that time the (compa

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