[richfaces-issues] [JBoss JIRA] Closed: (RF-4617) Javascript "Object does not support this property or method" (A4J.AJAX.AddHeadElementTransformer)

Juan Ignacio Garzon (JIRA) jira-events at lists.jboss.org
Fri Oct 17 14:37:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Ignacio Garzon closed RF-4617.
-----------------------------------

    Fix Version/s: 3.3.0
       Resolution: Rejected


Cleaned cache of the browser and it worked.

Thanks for you reply!!

> Javascript "Object does not support this property or method" (A4J.AJAX.AddHeadElementTransformer)
> -------------------------------------------------------------------------------------------------
>
>                 Key: RF-4617
>                 URL: https://jira.jboss.org/jira/browse/RF-4617
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: Microsoft Windows, Internet Explorer, Mozilla Firefox
>            Reporter: Juan Ignacio Garzon
>             Fix For: 3.3.0
>
>
> I switched from 3.2.1 to 3.2.2.GA and every page has a javascript error.
> I debugged and it seems that this piece of code is having problems:
> if (!window._RICH_FACES_SKINNING_ADDED_TO_AJAX && typeof A4J != "undefined" && A4J.AJAX) {
> 			A4J.AJAX.AddHeadElementTransformer(function (elt) {
> 				if (window.RICH_FACES_EXTENDED_SKINNING_ON) {
> 					if (elt.tagName && elt.tagName.toLowerCase() == 'link') {
> 						resetMedia(elt);
> 					}
> 				}
> 			});
> 			window._RICH_FACES_SKINNING_ADDED_TO_AJAX = true;
> 		}

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

        



More information about the richfaces-issues mailing list