In this step, you change the mapping of the Contact
Us view from the original ContactDisplay.jsp page to the MyContactUsDisplay.jsp
page you created in preceding steps.
Procedure
- In the struts-config-ext.xml file, switch to the Source view.
- Search for the HelpContactUsView/Madisons_storeID string
to locate the following code block:
<forward className="com.ibm.commerce.struts.ECActionForward"
name="HelpContactUsView/Madisons_storeID"
path="/StoreInfoArea/HelpContactUsDisplay.jsp"/>
- Replace the value of the path attribute with
/StoreInfoArea/MyContactUsDisplay.jsp
.
- Save your changes, but leave the editor open.