Changing the implementation of the Contact Us view

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

  1. In the struts-config-ext.xml file, switch to the Source view.
  2. 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"/> 
    
  3. Replace the value of the path attribute with /StoreInfoArea/MyContactUsDisplay.jsp.
  4. Save your changes, but leave the editor open.