Re: [flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread Roman Protsiuk
Hi, John. My previous message wasn't any good. Sorry. :) The error box is one of components rawChilds. I guess what you need to check is UIComponents validationResultHandler() method. validationResultHandler()method public function validationResultHandler(event:ValidationResultEvent

Re: [flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread Roman Protsiuk
Is Validator you use required=true? R. On 4/26/07, John Menke <[EMAIL PROTECTED]> wrote: How do i get validation errors to appear next to corresponding fields in a component that i have on an .mxml page? I have a custom component that contains text fields. I can validate the component with

[flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread John Menke
How do i get validation errors to appear next to corresponding fields in a component that i have on an .mxml page? I have a custom component that contains text fields. I can validate the component with a custom validator but i cannot get the error to display next to the field. Any suggestions?