Re: T5.0.6: validaiton on select

2007-11-05 Thread Josh Canfield
Try passing an empty string as the value instead of null. Are other fields in the form validating correctly? Josh On Nov 4, 2007 9:12 AM, Marc A. Donis <[EMAIL PROTECTED]> wrote: > Hi again, > > I'm having a problem getting the select component to validate. I do: > > > > where model is define

T5.0.6: validaiton on select

2007-11-04 Thread Marc A. Donis
Hi again, I'm having a problem getting the select component to validate. I do: where model is defined by: SelectModel model = new SelectModelImpl(new LinkedList(), new LinkedList()); model.getOptions().add(new OptionModelImpl(NO_VALUE_STR, false, null)); model.getOptions().add(new O