Hi all,

I got a problem when I submit a form with setting like below
<form name="postEditFrm" method="POST" enctype="multipart/form-data">

<input type="submit" value="add" 
onclick='postEditFrm.action="$link.setAction("/addNewPost.do")?myNum=4";postEditFrm.submit;'>

</form>

I can not get the parameter name "myNum" from request.getParameter("myNum") or 
request.getParameterMap.containsKey("myNum");

I want to get the parameter here because I want to user that parameter "myNum" 
in reset method of ActionBean.

help me :(

thanks in advance!

bowlkhin

*************************************************
Pham Anh Tuan
Java Developer, HR Assistant
ICHI Corporation Vietnam.
Room #1001, 37 Ton Duc Thang, Dist. 1
Ho Chi Minh City, Vietnam.
Phone: (+84) (08) 9105732
Fax: (+84) (08) 9105734
Cell: (+84) (0) 989 505897
Email: [EMAIL PROTECTED]
Website: http://www.ichi-corp.jp
*************************************************

Reply via email to