Hi everyone!

   I am trying to create a custom component which should be a
composite consisting of 3 text fields. It will be basically a date
picker with  day, month and year fields. I have created a panel and
dropped instances of the DropDownChoice class on it. I have also
created a subclass of the Model with a listener to be able to keep a
common component's model up to date. But I am stuck with a validation.
Since my component is the Panel subclass it does not provide any
validation support. To perform a form level validation I have to
provide a list of components which once are valid will trigger my
custom component validation BUT my component is not derived from the
FormComponent. So my question is... Is there any consistent way to
create a custom component which acts as a normal form component with
validation capabilities and if yes where I can have a look at an
example?

   Best regards,
   Vitaly

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to