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
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