How to overwrite default setting in Struts2

2008-09-08 Thread stanlick
; again with the results. > > L. > > > --------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nab

How to overwrite default setting in Struts2

2007-03-14 Thread Shuai Zheng
Dear All, I try to use my own setting to overwrite the default settings. Following line is added into my struts.properties: struts.configuration.files=struts-heal-default.xml,struts-plugin.xml, struts.xml I have a struts-heal-default.xml in my classpath to re-define the stack, but this does not

Re: How to overwrite default setting in Struts2

2007-03-16 Thread Laurie Harper
Shuai Zheng wrote: Dear All, I try to use my own setting to overwrite the default settings. Following line is added into my struts.properties: struts.configuration.files=struts-heal-default.xml,struts-plugin.xml, struts.xml I have a struts-heal-default.xml in my classpath to re-define the stack