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
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/breaking-struts.xml-tp22702041p22709929.html Sent from the Struts - User mailing list a

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

breaking struts.xml

2009-03-25 Thread sudhi123
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 your help in advance. -- View this message in context: http://www.nabble.com/breaking-struts.xml-tp22702041p22702041.html Sent from

Re: noobie .. breaking struts.xml ...

2008-01-02 Thread Mufaddal Khumri
Dave, I managed to get it working. The problem was that I had my struts.xml and struts-cw.xml inside of WEB-INF/ instead of WEB-INF/classes/ Thanks. On Jan 2, 2008, at 8:50 PM, Dave Newton wrote: --- Mufaddal Khumri <[EMAIL PROTECTED]> wrote: The error I get: 8188 ER

Re: noobie .. breaking struts.xml ...

2008-01-02 Thread Dave Newton
--- Mufaddal Khumri <[EMAIL PROTECTED]> wrote: > > > The error I get: > > 8188 ERROR org.apache.struts2.dispatcher.Dispatcher serviceAction > [512] - Could not find action or result > There is no Action mapped for action name test. - [unknown location] That's a different er

Re: noobie .. breaking struts.xml ...

2008-01-02 Thread Dave Newton
--- Adam Ruggles <[EMAIL PROTECTED]> wrote: > Looking at this pretty quickly it looks like you left out the class for > your action="test" It will just forward to the "success" result if no class is specified, like S1's ForwardAction, but implicit. d.

Re: noobie .. breaking struts.xml ...

2008-01-02 Thread Mufaddal Khumri
Here are all the files with the TestAction as well. I still get the Exception. Any idea as to whats going on? struts.xml -- http://struts.apache.org/dtds/struts-2.0.dtd";> struts-cw.xml - http://struts.apache.org/dtds/struts-2.0.dtd";> /cw

Re: noobie .. breaking struts.xml ...

2008-01-02 Thread Adam Ruggles
Looking at this pretty quickly it looks like you left out the class for your action="test" On Jan 2, 2008 2:03 PM, Mufaddal Khumri <[EMAIL PROTECTED]> wrote: > I need to break my struts.xml into modules. So I came across this > page: http://struts.apache.org/2.x/docs/can-we-break-up-a-large- > st

noobie .. breaking struts.xml ...

2008-01-02 Thread Mufaddal Khumri
I need to break my struts.xml into modules. So I came across this page: http://struts.apache.org/2.x/docs/can-we-break-up-a-large- strutsxml-file-into-smaller-pieces.html Accordingly, I tried this: struts.xml: == http://struts.apache.org/dtds/struts-2.0.dtd";> st