You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/02/26 06:03:03 UTC

svn commit: r1074793 - /myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/src/main/webapp/WEB-INF/web.xml

Author: gpetracek
Date: Sat Feb 26 05:03:03 2011
New Revision: 1074793

URL: http://svn.apache.org/viewvc?rev=1074793&view=rev
Log:
changed example

Modified:
    myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/src/main/webapp/WEB-INF/web.xml?rev=1074793&r1=1074792&r2=1074793&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/src/main/webapp/WEB-INF/web.xml Sat Feb 26 05:03:03 2011
@@ -44,6 +44,6 @@
     </servlet-mapping>
 
     <welcome-file-list>
-        <welcome-file>pages/simple/form.xhtml</welcome-file>
+        <welcome-file>pages/simpleRegistration/form.xhtml</welcome-file>
     </welcome-file-list>
 </web-app>
\ No newline at end of file