We are tyring to use wildcard characters in action mappings and it's not
working. Interesting thing is not even giving any error messages. Getting
the blank page. We are using Struts version 1.0. Does this wildcard mappings
work with Struts 1.0? The code is given below
<action path="/subsites/*"
type="com.ecom.estore.action.subsites.SubsitesEntryAction">
<forward name="success"
path="/WEB-INF/jsp/estore/subsites/subsitesEntry.jsp"/>
</action>
Any help with this will be highly appreciated.
Thanks in advance!
working. Interesting thing is not even giving any error messages. Getting
the blank page. We are using Struts version 1.0. Does this wildcard mappings
work with Struts 1.0? The code is given below
<action path="/subsites/*"
type="com.ecom.estore.action.subsites.SubsitesEntryAction">
<forward name="success"
path="/WEB-INF/jsp/estore/subsites/subsitesEntry.jsp"/>
</action>
Any help with this will be highly appreciated.
Thanks in advance!