husted 2004/04/08 16:28:32
Modified: chain/apps/mailreader/src/webapp/WEB-INF/struts-config
welcome.xml
Log:
Add Menu mapping
Revision Changes Path
1.2 +1 -0
jakarta-commons-sandbox/chain/apps/mailreader/src/webapp/WEB-INF/struts-config/welcome.xml
Index: welcome.xml
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/chain/apps/mailreader/src/webapp/WEB-INF/struts-config/welcome.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- welcome.xml 25 Mar 2004 12:37:58 -0000 1.1
+++ welcome.xml 8 Apr 2004 23:28:32 -0000 1.2
@@ -21,6 +21,7 @@
<action-mappings>
<action path="/Welcome" forward="/welcome.jsp" />
+ <action path="/Menu" forward="/menu.jsp" />
</action-mappings>
</struts-config>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]