Hi, I was working on a project where I wanted to use a combination of spring validation and the jquery validation plugin. Everything works smooth but the tag generates a ...
No, you'll have to iterate over your array and generate individual form:hidden tags. Or, you could write your own jstl form:hidden tag that can accept a collection.