did you properly override convertintput() on the formcomponentpanel to
generate an object based on the 3 children? by default it returns null and
validators do not run on null values...

-igor


On 10/4/07, Michael Laccetti <[EMAIL PROTECTED]> wrote:
>
> I've created a FormComponentPanel that wraps three text fields, to mimic
> a phone number.  I created a custom validator, which I have added to the
> panel.  When I submit the form, the validator does not seem to be fired.
>   If I attach the validator to another form component, it fires without
> a problem, which leads me to believe that the FormComponentPanel has
> problems with it.  Is there some trick, or is this a bug?
>
> Mike
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to