How do i use any validation of struts on List of string inputs(instead of
single String)?
For an instance My action having name field as
MyAction extends ...
{
String[] names;
// OR
ArrayList names;
}
i want to validate RequiredStringValidator validator on these names.
--
View this message in context:
http://struts.1045723.n5.nabble.com/Struts2-validation-on-List-of-String-data-tp4363039p4363039.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]