Hi,
I have one session level object that is referenced by several wizard
jsp pages, each page updating different values on the object. The pages are linked via 'next' and 'previous' buttons. The object is correctly updated when navigating between the pages. However, the last page of the wizard has a 'submit' button. The problem is, the setters for the data on the last page of the wizard are not being called when the submit button is pressed. (but they are when navigating to 'previous')
The only difference between the 'previous'. 'next' and 'submit' buttons is that the 'submit' button goes to a
servlet, and the next and previous go to jsp pages.
I fiddled the html so that the submit also went to a jsp page, but it made no difference. I just can't get the last wizard page to store its changes if I click on submit.
Any help would be appreciated.
I am developing on Apache
Tomcat 6.0.20.
John.