Author: mrdon
Date: Thu Apr  6 18:21:01 2006
New Revision: 392147

URL: http://svn.apache.org/viewcvs?rev=392147&view=rev
Log:
Making changes to try to get example to run: new validator rules url, added 
myfaces 1.0.9 (couldn't find 1.0.8-beta)...still more work to go

Modified:
    struts/action/trunk/apps/faces-example1/pom.xml
    
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
    struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml

Modified: struts/action/trunk/apps/faces-example1/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/pom.xml?rev=392147&r1=392146&r2=392147&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example1/pom.xml (original)
+++ struts/action/trunk/apps/faces-example1/pom.xml Thu Apr  6 18:21:01 2006
@@ -57,6 +57,12 @@
          <version>2.3</version>
          <scope>provided</scope>
       </dependency>
+      <dependency>
+            <groupId>myfaces</groupId>
+            <artifactId>myfaces-impl</artifactId>
+            <version>1.0.9</version>
+         </dependency>
+
    </dependencies>
    
    <build>

Modified: 
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml?rev=392147&r1=392146&r2=392147&view=diff
==============================================================================
--- 
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
 (original)
+++ 
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
 Thu Apr  6 18:21:01 2006
@@ -184,7 +184,7 @@
 
   <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
     <set-property property="pathnames"
-                     value="/WEB-INF/validator-rules.xml,
+                     value="/org/apache/struts/validator/validator-rules.xml,
                             /WEB-INF/validation.xml"/>
   </plug-in>
 

Modified: 
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml?rev=392147&r1=392146&r2=392147&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml 
(original)
+++ struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml Thu 
Apr  6 18:21:01 2006
@@ -36,7 +36,7 @@
 MYFACES_BEGIN
   <listener>
     <listener-class>
-      net.sourceforge.myfaces.webapp.StartupServletContextListener
+      org.apache.myfaces.webapp.StartupServletContextListener
     </listener-class>
   </listener>
 MYFACES_END



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to