RE: breaking struts.xml

2009-03-25 Thread Martin Gainty
ation purposes only and shall not have any legally binding effect. Given that e-mails can easily be subject to manipulation, we can not accept any liability for the content provided. > Date: Wed, 25 Mar 2009 15:10:23 +0100 > From: r...@lsoft.com > To: user@struts.apache.org > Subj

Re: breaking struts.xml

2009-03-25 Thread sudhi123
Hello, thanks very much for the reply. I was going to have maven modules in my project ..so was thinking how to handle struts xml. Hence asked the question. Thanks again... Robert Graf-Waczenski wrote: > > David C. Hicks wrote: >> It's just a resource on your classpath like any other. Ne

Re: breaking struts.xml

2009-03-25 Thread Robert Graf-Waczenski
David C. Hicks wrote: It's just a resource on your classpath like any other. Never done it, but you should be able to without any problem. sudhi123 wrote: Hello ... I am quite new to struts2 I just want to know how to break struts.xml in to a module (jar). Anybody has done this ...?

Re: breaking struts.xml

2009-03-25 Thread David C. Hicks
It's just a resource on your classpath like any other. Never done it, but you should be able to without any problem. sudhi123 wrote: Hello ... I am quite new to struts2 I just want to know how to break struts.xml in to a module (jar). Anybody has done this ...? Thanks for you