I'm worknig on a project that uses the spring framework(based on the appfuse).
I 'm trying to use validator for a User interface that contains dynamic number of text field that the severside equalent of them is a nested list of beans.
For simple forms, everything is configured & I have to just add an XDoclet tag @spring.validator type="required". but I don't know how I can configure validator for a list.
I tries to find some detailed document about validator, but I found nothing.
thank for helps & directions
Farid


Reply With Quote