RE: Problem using DynaValidatorForm and html:select

2003-07-30 Thread Daniel Massie
thanks, after changing that and the cast to String[] it works :) -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 15:32 To: 'Struts Users Mailing List' Subject: RE: Problem using DynaValidatorForm and html:select Not sure if anybody

RE: Problem using DynaValidatorForm and html:select

2003-07-30 Thread Bailey, Shane C.
oblem using DynaValidatorForm and html:select In my form I have a html:select field with multiple="true" as shown below: where myTypes is String[]. In my struts-config file I am using DynaValidatorForms for the

Problem using DynaValidatorForm and html:select

2003-07-30 Thread Daniel Massie
In my form I have a html:select field with multiple="true" as shown below: where myTypes is String[]. In my struts-config file I am using DynaValidatorForms for the form beans. The form bean for the above is: