>Has anyone thought about adding data validation tags to the Struts taglibs?

This came up quite some time ago. I have a requirement for this sort
of thing, and posted a library with example for doing validation
(not sure where it is now).

It work on the client side in JavaScript and you specify the 
function you want to use for validation, and the message 
to display, it piles them all up and displays it in a window.alert()
with all the errors, and jumps to the first field with the
error. It mostly works as there are some freaky things with hidden
fields it doesn't like.

Reply via email to