Author: mrdon
Date: Wed Apr 26 19:00:09 2006
New Revision: 397358

URL: http://svn.apache.org/viewcvs?rev=397358&view=rev
Log:
Fixing locale action in scripting app, started to fix faces example 2,
but it'll take more work

Modified:
    struts/action/trunk/apps/faces-example2/src/main/webapp/WEB-INF/web.xml
    
struts/action/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml

Modified: 
struts/action/trunk/apps/faces-example2/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example2/src/main/webapp/WEB-INF/web.xml?rev=397358&r1=397357&r2=397358&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example2/src/main/webapp/WEB-INF/web.xml 
(original)
+++ struts/action/trunk/apps/faces-example2/src/main/webapp/WEB-INF/web.xml Wed 
Apr 26 19:00:09 2006
@@ -33,7 +33,7 @@
 MYFACES_BEGIN
   <listener>
     <listener-class>
-      net.sourceforge.myfaces.webapp.StartupServletContextListener
+      org.apache.myfaces.webapp.StartupServletContextListener
     </listener-class>
   </listener>
 MYFACES_END

Modified: 
struts/action/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml?rev=397358&r1=397357&r2=397358&view=diff
==============================================================================
--- 
struts/action/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml
 (original)
+++ 
struts/action/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml
 Wed Apr 26 19:00:09 2006
@@ -94,6 +94,9 @@
     <!-- ==== Global Forward Definitions ==== -->
     <global-forwards>
         <forward
+                name="Welcome"
+                path="/Welcome.do"/>
+        <forward
                 name="Logoff"
                 path="/Logoff.do"/>
         <forward
@@ -126,7 +129,7 @@
       <action
           path="/Locale"
           type="org.apache.struts.scripting.ScriptAction"
-          parameter="/WEB-INF/scripts/Locale.gv?defaultTarget=welcome" />
+          parameter="/WEB-INF/scripts/Locale.gv?defaultTarget=Welcome" />
 
         <!-- Process a user logon -->
         <action



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

Reply via email to