You may have stuff configured to process such requests but an out the
box version of struts would probably need
<html:form action="/Purchase.do" ..
to find a mapping such as
<action path="/Purchase" ..
On 6 Jul 2004, at 10:46, John Moore wrote:
Mark Lowe wrote:
What does your mapping look like?
For the action in question:
<!-- Process a purchase-->
<action path="/Purchase" type="com.oligomaster.server.PurchaseAction"
validate="false" name="purchaseForm" scope="session">
<forward name="purchase-intro"
path="/WEB-INF/templates/purchase-intro.jsp"/>
<forward name="purchase-1" path="/WEB-INF/templates/purchase1.jsp"/>
<forward name="purchase-2" path="/WEB-INF/templates/purchase2.jsp"/>
<forward name="purchase-3" path="/WEB-INF/templates/purchase3.jsp"/>
<forward name="purchase-4" path="/WEB-INF/templates/purchase4.jsp"/>
<forward name="purchase-5" path="/WEB-INF/templates/purchase5.jsp"/>
</action>
John
--
==============================================
John Moore - Norwich, UK - [EMAIL PROTECTED]
==============================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]