You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Bailey, Shane C." <SH...@saic.com> on 2003/05/21 19:23:11 UTC

Validation Error reporting question

 

Looking at this web page: 

http://husted.com/struts/tips/017.html

 

The section which talks about do this:

errors.add(
  "username", new ActionError("error.username.required"));

 

I am guessing that you are SOL if you want to have error reporting down to
the

field level and still use a Dyna form bean, correct?