hi all,
i have 2 fields in my form with 1 being currently validated with a
remote method (say Field B).
I would like to make a dependency between fieldA and fieldB so i tried
to add a blur function on field A with jQuery("#FieldB").valid()but when i change FieldA's value no remote validation occurs because there is a check (if value != previous value) is there a way for me to disable this cache ? or to reset previous data ? thanks for any help. regards, marc

