form hide « Web « Spring Q&A





1. Hide     forum.springsource.org

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 ...

2. form:hidden for string array?    forum.springsource.org

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.