Re: Action Forms in Session

2006-06-15 Thread Sunil_Sahu
Mailing List" To user@struts.apache.org cc Subject Action Forms in Session Hi We are using struts.And in our application we are putting all forms in session. After completing the transaction we are clearing the form values. Is that after the transaction the forms are in session or w

Re: Action Forms in Session

2006-06-15 Thread paz . periasamy
ts Users Mailing List" To: user@struts.apache.org cc: Subject: Action Forms in Session Hi We are using struts.And in our application we are putting all forms in session. After completing the transaction we are clearing the form values. Is that after the

Action Forms in Session

2006-06-15 Thread deepali sharma
Hi We are using struts.And in our application we are putting all forms in session. After completing the transaction we are clearing the form values. Is that after the transaction the forms are in session or will be deleted?? If I want to get which objects are in session how we can get that??? Is t