Re: [appfuse-user] Struts 2 not clearing error messages

2007-06-06 Thread Philip Barlow
Never mind, i got it working. I changed a few things but I suspect this was being caused by the zero configuration feature. I removed the init params from the filterdispatcher and it works fine now. Philip Barlow wrote: > > Hi, > > Has anyone come across the following in Struts 2: > > I am va

[appfuse-user] Struts 2 not clearing error messages

2007-06-06 Thread Philip Barlow
Hi, Has anyone come across the following in Struts 2: I am validating an input form using struts 2 action validation i.e. MyAction-validation.xml. The validation works fine, however when I resubmit the original error messages are not deleted, they are in fact appended to the original errors. Thi