last changed on 03/17/05 23:20:14
This is my attempt to make the Hibernate Validator play nicely with WebWork (and presumably Struts 2 although that hasn't been tested). The validator is basically a copy of the VisitorFieldValidator that ships with WebWork.
It's all of one file, so I haven't bothered making a JAR. Just drop in the appropriate package in your source tree.
<field name="issue">
<field-validator type="hibernate">
<param name="appendPrefix">true</param>
<message></message>
</field-validator>
</field>