RE: Re: Loss of request attributes after validation form

2007-01-29 Thread Strachan, Paul
anks, Paul From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mon 1/29/2007 7:10 PM To: user@struts.apache.org Subject: RE: Re: Loss of request attributes after validation form Well, I'm using Struts 1.3.5 and DynaValidatorForm + validation.xml for validation. We resolved t

RE: Re: Loss of request attributes after validation form

2007-01-29 Thread bjorn.de.bakker
Well, I'm using Struts 1.3.5 and DynaValidatorForm + validation.xml for validation. We resolved the issue Friday, by performing some additional steps. Instead of using DynaValidatorForm, we created our own class which extends DynaValidatorForm. After we call the validate-method, and it fails,