I have two
jsp pages(formview),one for login,another is for changePwd,I have two controller(SimpleFormController) to process those two form submits seperately,I give a link from login page to changePwd page,my question is how can I forward or redirect to login page when changePwd submit process failured and pass a information parameter to login page to display?
any ideal would be great?,thanks