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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Oct 17 05:40:20 EDT 2008


    [ https://jira.jboss.org/jira/browse/RF-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12434199#action_12434199 ] 

Nick Belaevski commented on RF-4617:
------------------------------------

Have you tried to do cache clean?

> 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
>
> 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