RE: Validator lost data when go back to form

2006-08-04 Thread Martin Gainty
It *appears* you are redirecting the user in which case you are losing all of the users session Data You may want to define the ActionMapping to forward the request and ensure redirect=false Here is an explanation of the use of redirect vs forward http://www.mail-archive.com/struts-user@jakarta

Validator lost data when go back to form

2006-08-04 Thread Jean-Marie Pitre
Hi, I'am using validator to validate data on client side and server side. It works fine, but when I validate on server side when there are errors detected I go back to the html but without user data (the form is reseted). Have you got any idea ? Thanks in advance, Jean-Marie. -Message d'