Are you sure stockingStoreSalesReviewForm.getStoreNumber() is returning valid
data?
L.
Phani wrote:
Here is my code in the JSP page:
<bean:define id="param1"
name="stockingStoreSalesReviewForm"
property="storeNumber"/>
<bean:define id="param2"
name="stockingStoreSalesReviewForm"
property="storeName"/>
<%
java.util.HashMap params = new java.util.HashMap();
params.put("storeNo",param1);
params.put("storeName",param2);
pageContext.setAttribute("storeInfo", params);
%>
<html:link action="/partDetailView"
paramName="storeInfo" scope="page"> Click Here
</html:link>
In the Action class:
String storeNumber =
(String)request.getParameter("storeNo");
I am getting null in the storeNumber.
What went wrong!! Any help appreciated...
Thanks.
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]