You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/05/21 21:30:54 UTC

svn commit: r408467 - in /myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF: faces-config.xml web.xml

Author: bommel
Date: Sun May 21 12:30:53 2006
New Revision: 408467

URL: http://svn.apache.org/viewvc?rev=408467&view=rev
Log:
minor changes facelets example

Modified:
    myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml
    myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml?rev=408467&r1=408466&r2=408467&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml Sun May 21 12:30:53 2006
@@ -49,6 +49,7 @@
   </navigation-rule>
 
   <navigation-rule>
+    <from-view-id>/helloWorldNext.xml</from-view-id>
     <navigation-case>
       <from-outcome>back</from-outcome>
       <to-view-id>/helloWorld.xml</to-view-id>

Modified: myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml?rev=408467&r1=408466&r2=408467&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml Sun May 21 12:30:53 2006
@@ -34,6 +34,14 @@
     <param-value>.xml</param-value>
   </context-param>
 
+  <!--<listener>
+    <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
+  </listener>
+  <listener>
+    <listener-class>org.apache.myfaces.tobago.webapp.TobagoServletContextListener</listener-class>
+  </listener>-->
+
+
   <servlet>
     <servlet-name>FacesServlet</servlet-name>
     <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>