I'm creating some kind of wizard with
struts. On most of the pages, there should be a Back and a Next button. I'm using LookupDispatchAction classes to acheive that.
Obviously when somebody clicks the back button, the previous page should be shown. Validation of the current form is therefore not nessecary. The problem is that the form bean is being validated (nessecary when the next button is clicked). Is there some kind of way I can disable the validation when the back button is clicked?