For example, if
a new search landing page JSP file has been created for a tablet device,
where the internal ID for the tablet device is -31, append /-31
to
the value for name
.
The resulting
<forward>
entry
should resemble the following code snippet:
<forward className="com.ibm.commerce.struts.ECActionForward"
name="SearchLandingPage1/10101/-31"
path="/tablet/ShoppingArea/CatalogSection/LandingPages/Sample1/LandingPage.jsp"/>