Hello List,

My application use dynamic fields that I create on the fly in a loop.

Problem is : If a field trigger an error, how can I highlight it correctly.

I don't want to use the "per field onValidate mechanism" since all the values of the form have not been set yet and I want to do cross validation between these values.

I can't use a validationTracker since recordError take a Field as parameter. My fields are dynamic. In fact, I would like to recordError not on a field, but on a clientId.

If I get a Field from the clientId using componetResources, I always get the last Field of the Form.

Any ideas.

Thanks

Eric
--
Eric BIANCHI <[EMAIL PROTECTED]>
http://www.rodanotech.ch

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

Reply via email to