Hi, So...how are you putting them on the form. I assume you some form of iterative tag to put them on a form. There is probably a better solution, but you could write a custom validator, or validate() method to do what you want. I had to do this for a similar situation, but I had at least 2 levels of arrays to traverse. I seem to remember thinking I could solve it with just one level array to deal with. Also the validation was a little complex.
mvg, Jasper On 6/22/06, lingan <[EMAIL PROTECTED]> wrote:
Hi, I am trying to validate a field declared as String[] in the form bean. I think you should have solved this earlier. can u help me ?? thanks. -- View this message in context: http://www.nabble.com/how-to-validate-when-the-form-property-is-of-type%3D%22java.lang.String--%22-t11119.html#a4983501 Sent from the Struts - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

