I am using a LazyValidatorForm as my backing bean. I assumed that it would be able to handle them automatically, but you got me to thinking. I added in the String[] declaration and it works great.
<form-beans> <form-bean name="watchForm" type="org.apache.struts.validator.LazyValidatorForm"> <!-- default nameMatch to partial --> <form-property name="nameMatch" type="java.lang.String" initial="partial"/> <!-- allow multi-selects to be stored --> <form-property name="state" type="java.lang.String[]"/> </form-bean> </form-beans> --- Eddie Bush <[EMAIL PROTECTED]> wrote: > Are you getting any interesting debug statements? > > Looks to me like the form should be properly populated, even > if > validation failed. What type of field are the values being > put into? > If you're looking for multiples, I imagine you're putting them > into a > String array? ===== Norris Shelton Software Engineer Sun Certified Java 1.1 Programmer Appriss, Inc. ICQ# 26487421 AIM NorrisEShelton YIM norrisshelton __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]