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
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