This got broke again since the new databridge 1.0.6 update, any way i kept the file that was fixed before saved just in case
and also did what ray told me to do
It looks like there was a bug in the validation_tooltips.js file when using password validation. That was causing a client side error so that the server validation was showing instead of the spry validation.To correct the problem I had to update line 247 from:
queue[x].validate = new Function(validateFunc);
to:
queue[x].validate = new Function("e",validateFunc);



