On Mon, 2008-04-21 at 12:23 +1000, Jeromy Evans wrote: > Hi Wes, > I just did a quick test in a non-blank application that's running off > the current snapshot and it had no such problem. > > Potential differences: > - do you have the mandatory actionPackages init-param? > - struts.xml exists and contains only contains constants and beans > - I have several other plugins, including rest (with codebehind action > scanning enabled) > > In any case, struts should provide better feedback. >
Thanks for taking a look Jeromy, but I don't have a struts.xml in my test-case app. On my bigger project, I am using action scanning and it is working fine. I noticed it when I tried to hit an action that should have gotten automatically mapped (i.e. /index.action where there is no com.foo.bar.actionPackage.IndexAction). I'm surprised Default Mappings are working for you. Can I email you my test project (you should be able to just mvn jetty:run it and then try to hit http://localhost:8080/bar/index.action )? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
