I'm learning struts2 through the struts2-showcase application example. From the "Person Manager" functionality I've learned how to send multiples values from client to server using collections to manage these values, but now I'd like to know how to validate these values using struts2 validation. I don't know what to put in *-validation.xml in order to validate these values. Should I use custom validation?
Thanks in advance.