Can you post a simple page-code sniplet for that ?

-M

On 11/2/07, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:
> 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
>
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to