[richfaces-issues] [JBoss JIRA] Updated: (RF-3650) effect: uncaught JS exception

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Fri Jun 6 10:22:21 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3650?page=all ]

Tsikhon Kuprevich updated RF-3650:
----------------------------------

    Attachment: effect-exception.gif

> effect: uncaught JS exception 
> ------------------------------
>
>                 Key: RF-3650
>                 URL: http://jira.jboss.com/jira/browse/RF-3650
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.6
>         Environment: jsf 1.1
> jsp
> FF 2
> IE 7
>            Reporter: Tsikhon Kuprevich
>         Assigned To: Nick Belaevski
>         Attachments: effect-exception.gif
>
>
> uncaught exception: [object Object]
> getElementsByTagName("INPUT", span#ajax-view-state)a4j_3_1_6.CR1org.... (line 904)
> processResponse(Object _query=Object _documentElement=html options=Object)a4j_3_1_6.CR1org.... (line 1491)
> onreadystatechange()
> function (elementname, element) {
>     if (!element) {
>         element = this._request.responseXML;
>     }
>     LOG.debug("search for elements by name '" + elementname + "' " + " in element " + element.nodeName);
>     var elements;
>     try {
>         elements = element.selectNodes(".//*[local-name()=\"" + elementname + "\"]");
>         LOG.debug("selectNodes found " + elements.length);
>     } catch (ex) {
>         try {
>             elements = element.getElementsByTagName(elementname);
>             LOG.debug("getElementsByTagName found " + elements.length);
>         } catch (nf) {
>             LOG.debug("getElementsByTagName found no elements, " + nf.Message);
>         }
>     }
>     return elements;
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list