Hello,
I was given a web appliation where i have to extend the functionalit. i have a
struts configuration file which has got duplicate path elements.
i dont understand what could be need to have duplicate paths offcourse one is forwarding direclty to the
jsp where as other has got a correspding action. I would appreciate if any one can clear me this doubt.
Here is an example of what i was trying to say
<action path="/selectHierarchy" forward="/jspHierarchySelection.jsp" />
<action path="/selectHierarchy" type="HierarchySelectionAction" name="dynaHierarchySelectionForm" validate="false">
<forward name="success" path="/jsp/reporting-mso/HierarchySelection.jsp" />
</action>