RE: DWR and S2 setup problem

2009-03-31 Thread Andy
define my stuff in applicationContext.xml instead of using a dwr.xml file. Just my preference. Thanks for the post. Andy > Date: Mon, 30 Mar 2009 00:21:10 -0500 > Subject: Re: DWR and S2 setup problem > From: c...@burlesontech.com > To: user@struts.apache.org > > I hav

Re: DWR and S2 setup problem

2009-03-29 Thread Cody Burleson
I haven't tried to work with DWR yet, but I thought I might pass this possibility your way. Have you tried using the DWR plugin for Struts 2 yet? Maybe you will have better luck in that direction rather than the approach you are taking. Just an idea to try. Here is the URL: http://struts.apache.or

DWR and S2 setup problem

2009-03-29 Thread Andy
I am trying to incorporate DWR into my Spring/Struts2 application, but receive a 404 when accessing http://localhost:8080/myapp/dwr. It seems the DWR servlet is not being reached. Any ideas? Thanks Here is the error: There is no Action mapped for action name dwr/. - [unknown location] Her