Author: abelevich
Date: 2009-01-28 08:34:03 -0500 (Wed, 28 Jan 2009)
New Revision: 12461
Modified:
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/WEB-INF/web.xml
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/index.xhtml
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/oneMorePage.xhtml
Log:
Modified: trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/WEB-INF/web.xml
===================================================================
---
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/WEB-INF/web.xml 2009-01-28
13:33:31 UTC (rev 12460)
+++
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/WEB-INF/web.xml 2009-01-28
13:34:03 UTC (rev 12461)
@@ -18,8 +18,14 @@
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>NONE</param-value>
</context-param>
-
-
+<context-param>
+ <param-name>org.ajax4jsf.RESOURCE_URI_PREFIX</param-name>
+ <param-value>rfRes</param-value>
+</context-param>
+<context-param>
+ <param-name>org.richfaces.LoadStyleStrategy</param-name>
+ <param-value>NONE </param-value>
+</context-param>
<context-param>
<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.xhtml</param-value>
Modified: trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/index.xhtml
===================================================================
---
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/index.xhtml 2009-01-28
13:33:31 UTC (rev 12460)
+++
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/index.xhtml 2009-01-28
13:34:03 UTC (rev 12461)
@@ -8,9 +8,9 @@
xmlns:c="http://java.sun.com/jsp/jstl/core"
<head>
- <script src="scripts/custom-dependencies.js"
type="text/javascript">
- </script>
- </head>
+ <script
src="#{facesContext.externalContext.requestContextPath}/faces/rfResscripts/custom-dependencies.js"
type="text/javascript"> </script>
+ <link rel="stylesheet"
href="#{facesContext.externalContext.requestContextPath}/faces/rfRescss/custom-dependencies.xcss"
type="text/css" />
+ </head>
<f:view>
<h:form>
Modified:
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/oneMorePage.xhtml
===================================================================
---
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/oneMorePage.xhtml 2009-01-28
13:33:31 UTC (rev 12460)
+++
trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/oneMorePage.xhtml 2009-01-28
13:34:03 UTC (rev 12461)
@@ -10,6 +10,8 @@
<head>
<script src="../scripts/custom-dependencies.js"
type="text/javascript">
</script>
+ <link class="component"
href="../styles/custom-dependencies.xss" rel="stylesheet"
type="text/css" />
+
</head>
<f:view>