Hello,

looking at the documentation of convention plugin http://struts.apache.org/2.1.6/docs/convention-plugin.html#ConventionPlugin-Actionannotation I found this interesting feature "Default action and result handling (i.e. /products will try com.example.actions.Products as well as com.example.actions.products.Index)" in the Introduction section on that page.

Let's assume I have this class com.example.actions.products.Index which I'd like it to process this url /products
But it doesn't work, I only get an error page with HTTP status 404.
It only works with this url /products/index.action

What do I need to configure to be able to use this url /products without specifying the index.action?
I must be missing something obvious..

Thank you for you help in advance.
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to