From: Ron S. <rs...@re...> - 2015-03-14 22:44:32
|
Hi Dave J, You can validate the size of each element of a List by writing your own validation constraint. See the attached TestJunk program. Note that either @Form or @BeanParam would work. @Form is specific to Resteasy. -Ron |