Using html:messages or logic tags, is it possible to output a header for each property which has errors attached to it, without explicitly coding a html:messages block for each property?
I have a form which has several fields, which are validated in the Action class. These errors are added to the ActionErrors collection with the field’s property name, for example, errors.add(“myFirstField”, new Action Error(…); Now, in the jsp, it is possible to produce an output such as Errors for My First Field
Related Questions
- Using html:messages or logic tags, is it possible to output a header for each property which has errors attached to it, without explicitly coding a html:messages block for each property?
- How do I get the best MPEG output possible from an extraction with the least number of errors possible?
- Are any HTML tags forbidden to be used in the header and footer?