Hi all -

I am designing a multipage form, where I have one
ActionForm containing all the fields of all the pages.
I have one Action which handles all validations. What
I want is that after the submission of the form, the
user will NOT be able to view any data of the form by
hitting the Back button of the browser.

I have tried doing the following :

In the Action class' perform() method, after
committing the records in the database, I am doing a
session.RemoveAttribute( mapping.getAttribute() ) to
remove the form from the session. By the way, I have
the action form in the session scope.

But this does not work. Some of the pages still have
some entered data !!

Any help will be appreciated.

Regards.

- Debasish

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to