How to
-------
Key: WW-2503
URL: https://issues.apache.org/struts/browse/WW-2503
Project: Struts 2
Issue Type: Temp
Components: Core Actions, XML Configuration
Affects Versions: 2.0.11
Environment: All
Reporter: Vijay
I am sorry if I choose wrong category/type --
Our domain is http://www.example.com
Our app context is products, so URL for the app is
http://www.example.com/products
We have a package/namespace defined as follows,
<package name="sub_product" namespace="/sub_product" extends="tiles-default">
<action name="content">
<result type="tiles">page.productDetails</result>
</action>
</package>
http://www.example.com/products -- works fine
http://www.example.com/products/sub_product/content.action --- works fine
http://www.example.com/products/sub_product -- - throws 404 --- We are unable
to figure out where to configure welcome file for the namespace
Any help is greatly appreciated.
Thanks
-VJ
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.