Hi,
Is there any code or custom options available to achieve the following :
1> When an error occurs in a text box, the validation shows the error. Enforces / Forces the user to remove the error and only then proceed to complete remaining text inputs. KEEPS the mouse focus on the Text Box.
I have used built in mx:Validator tags, but it does not enforce user to remove error. Instead, user can easily go ahead without rectifying the error.
2> Can the error message which generally appears as Tool tip when mouse focus moves over the text input with error, REMAIN until the user removes error and not just be displayed on mouse hover action ??