You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Ramu, Manjukumar [PRDUS]" <MR...@prdus.jnj.com> on 2002/08/06 21:21:51 UTC

How to validate array of text fields?

Hello,

     I have a text field in the form called "firstName" which is an array in
the form (more than one firstName text field). I have a corresponding form
variable firstName with datatype String [] in the formBean. How do I
validate these fields in my formbean?

Thanks for the Help!

-Manju