You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/20 18:04:47 UTC

svn commit: r415749 - /incubator/lokahi/lokahi/trunk/conf/struts-config.xml

Author: toback
Date: Tue Jun 20 11:04:47 2006
New Revision: 415749

URL: http://svn.apache.org/viewvc?rev=415749&view=rev
Log:
fixed a parse exception

Modified:
    incubator/lokahi/lokahi/trunk/conf/struts-config.xml

Modified: incubator/lokahi/lokahi/trunk/conf/struts-config.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/struts-config.xml?rev=415749&r1=415748&r2=415749&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/struts-config.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/struts-config.xml Tue Jun 20 11:04:47 2006
@@ -340,10 +340,12 @@
     <forward name="application.forward.error" path="/index.vm?forward=/Core/JobPool/recent.vm"/>
     <forward name="application.forward.administration.success" path="/index.vm?forward=/Core/JobPool/recent.vm"/>
     <forward name="application.forward.login" path="/index.vm"/>
-    <forward name="wap.failure.action" path="/wap/redirect.wml?path=/wap/results.wml"/>>
-    <forward name="wap.success.action" path="/wap/redirect.wml?path=/wap/results.wml"/>>
-    <forward name="wap.failure" path="/wap/redirect.wml?path=/wap/index.wml"/>
+    <forward name="wap.failure.action" path="/wap/redirect.wml?path=/wap/results.wml"/>
+    <forward name="wap.success.action" path="/wap/redirect.wml?path=/wap/results.wml"/>
+    <forward name="wap.failure" path="/wap/redirect.wml?path=/wap/index.wml"/>            
   </global-forwards>
+
+
 
   <!-- ============== ACTION MAPPING DEFINITIONS ========= -->
   <action-mappings>