Hi, while using Trinidad v. 1.0.3, I forced a client-side validation
error by entering an invalid short number.
At the next PPR, I got a js error on Firebug:
"e.getFacesMessage() is not a function"
at line 6199 in Common1_0_3.js (in function _multiValidate). The
involved line appears to be in a catch such as:
catch (e)
{
converterError = true;
// Populate the failureMap with the current error
inputFailures[inputFailures.length] = e.getFacesMessage();
}
where "e" contains "a0.indexOf is not a function".
-- Renzo