Hi,On using the validate API, the fields specified in the validate API
get the class "validate-failure" only if the field does not pass the
validate test. Probably, in your case, there must be a call to validate
the entire AF before the actual validate to the field is called. To
verify this, you can perform the following steps:a) Open the AF in
preview mode.b) Once done, before doing any changes in AF, execute the
below mentioned script.c) Say the som expression of the field to
validate is "A", ...