Author: lfryc(a)redhat.com
Date: 2010-09-22 02:08:00 -0400 (Wed, 22 Sep 2010)
New Revision: 19304
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/template.xhtml
Log:
added workadround for RF-9355
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/template.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/templates/template.xhtml 2010-09-22
06:07:28 UTC (rev 19303)
+++
modules/tests/metamer/trunk/application/src/main/webapp/templates/template.xhtml 2010-09-22
06:08:00 UTC (rev 19304)
@@ -28,6 +28,9 @@
<h:head>
<title><ui:insert
name="pageTitle">Metamer</ui:insert></title>
<meta http-equiv="Content-Type" content="text/xhtml;
charset=UTF-8" />
+ <!-- WORKAROUND for RF-9355 (
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1810 ) -->
+ <h:outputScript name="jsf.js" library="javax.faces"
target="head"/>
+ <!-- WORKAROUND END -->
<h:outputStylesheet library="css" name="common.ecss"
/>
<h:outputScript library="script" name="common.js" />
<ui:insert name="head"/>