Vincent PROSPER wrote:
Another thing I dont like in Struts Validator is that <html:errors/>
translation comes preformatted (error title is not i18N compliant,
encapsulated in <h3>..</h3> and with an ugly <hr/>): you loose the ability
of putting a well displayed error beside each field of your form (this is
not the case if you use Javascript Validator facility).

You can use <html:error property="propertyname" /> to output only the error for that property and put that next to the form elements. Just make the the errors.prefix, errors.suffix, etc blank or have more appropriate formatting info.

John


--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to