shoa
Apr 22nd, 2006, 12:45 AM
Hello
I have a jsp form that displays list of items. In this form, I have buttons: "add new" and "edit" (for each item). When I click on "add new", a new form will dipslay empty fields so I can add new information. If I click on "edit", the the new form will present the details of the item that I need to edit.
The thing here is when I click on edit button, the details of my object will be displayed then I click "Back" button in IE bar, I can go back to the form of list of items. But when I click "add new", the details information of the previous item still be displayed in the form -(I use a simpleFormController).
Could you please help how to fix this
Many thanks
shoa
I have a jsp form that displays list of items. In this form, I have buttons: "add new" and "edit" (for each item). When I click on "add new", a new form will dipslay empty fields so I can add new information. If I click on "edit", the the new form will present the details of the item that I need to edit.
The thing here is when I click on edit button, the details of my object will be displayed then I click "Back" button in IE bar, I can go back to the form of list of items. But when I click "add new", the details information of the previous item still be displayed in the form -(I use a simpleFormController).
Could you please help how to fix this
Many thanks
shoa