|
How to pass two parameter in struts-config using dynaActionForm
There is compiler error when i write in Struts-config file when i m passing two parameters 'cID=1946&priceRangeId=500' like this one,How can i write
<action path="/DynaShopTest" type="com.angara.testShopCartManish.action.ShopTes t"
name="testDynaForm" parameter="method" scope="request" validate="true"
input="/angara/manager/dmx/processes/addToDMX/testShopCart.jsp" >
<forward name="success1" path="/shop.do?cID=1946&priceRangeId=500"/>
<forward name="success2" path="/shop.do?cID=1944"/>
|