Wes Wannemacher wrote:

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 )?


Okay, send it through. My test application was not using the DefaultActionMapper. CodeBehind and Rest just handle the Configuration and Results for me.

I think you're right though - it should do what you described.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to