Cancel button sets the form value

2006-06-16 Thread deepali sharma
Hi I am using html:cancel button before clicking on html:cancel button i am changing the values in the form. But I want so that If the user clicks on html:cancel the values should not be set to the form Is there any solution for this -- cheers deepali

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