Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.0-M3
-
None
-
Windows XP, Jakarta Tomcat 5.5.9, Jetspeed 2.0 M3, JDK 1.5.0_04, MyFaces 1.09
Description
The x:swapImage component is not generating the link to it's javascript file. I had a look at the myfaces render class for it (HtmlSwapImageRenderer), and it includes the following line:
Line 57: AddResource.addJavaScriptToHeader(HtmlSwapImage.class, "swapimage.js", facesContext);
I assume that the JSF framework will then add a link to this javascript file in the header. But it is not being included in the portal page.