WW-1458 Update mailreader to use constant configuration and latest tag idioms.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@479396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ted Nathan Husted
2006-11-26 18:32:24 +00:00
parent d0261c092f
commit 5e68ebe634
7 changed files with 87 additions and 111 deletions
+5
View File
@@ -5,6 +5,11 @@
<struts>
<constant name="struts.action.extension" value="do" />
<constant name="struts.devMode" value="false" />
<constant name="struts.enable.DynamicMethodInvocation" value="false" />
<constant name="struts.objectFactory" value="spring" />
<include file="mailreader-default.xml"/>
<include file="mailreader-support.xml"/>