thanks Joachim Rohde!!, i had the same problem with
struts 2 and spring plugin for instantiate actions. The problem was:
1. On each validation error, the messages validation is reprinted once more.
2. When there was not error validation, the form not redirect to the action.
But configurating each action like no singletons in the application-context.xml, all works fine.