Thank's but I have discovered the reason, the input jsp is loaded by a ValueObject(bean) and when the validation fails the bean is not in scope (the action put it in request). I solved It puttig the bean in session, but there's a better solution?
Hi, I have an Action and its ActionForm but when the Validate catch an Exception I put: er.add("CodInfo",new ActionError("error.ModificarApliInformacionForm.valor.required")); The value "error.ModificarApliInformacionForm.valor.required" is in com.myApp.properties.MessageResources.properties...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.