Try using...
Mia,
Try using the validatePage method which will validate the data being submitted. The page param can be used to define specifically how to validate and save the data.
Code:
protected void validatePage(Object command,Errors errors,int page)
Define the _target<pageNumber> in your form submission. This will define what page will be displayed after the form has been submitted. You will more than likely want to ensure the allowDirtyForward and allowDirtyBack values are set to true.
Let me know if this works. I'll watch the thread.
Chris Rosenquest
Object Partners, Inc.
Minneapolis, MN