Re: Dynavalidator Question:

2007-03-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, James Drinkard wrote: > It's a multi-select option > control. I put this in the struts-config.xml: > > > > but I'm not sure it's the correct syntax for an array. Yes, that is the correct syntax for an array. Now, what are you trying to valid

Re: Dynavalidator Question:

2007-03-03 Thread James Drinkard
Yes, I left out some details, sorry! It's a multi-select option control. I put this in the struts-config.xml: but I'm not sure it's the correct syntax for an array. All the other controls work, including a regular select where you can only select one dropdown value. I'm running jre 1.3, but I'm

Re: Dynavalidator Question:

2007-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, James Drinkard wrote: > I'm using Struts 1.0 version with a dynaform and a select control. > For some reason the struts validator doesn't work with that control. > I've seen that mentioned in an article before. Is this corrected in > later vers

Dynavalidator Question:

2007-03-01 Thread James Drinkard
Hello All, I'm using Struts 1.0 version with a dynaform and a select control. For some reason the struts validator doesn't work with that control. I've seen that mentioned in an article before. Is this corrected in later versions or is there a workaround for this? Any help is appreciated! Than