Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to get textbox value to other page with using multipart and without uploading file.

<form name="My form" method="post" ENCTYPE="multipart/form-data">
<input type='text' name='txtValue' id="txtValue">
Posted
Comments
baliram bhande 16-Jan-14 9:20am    
by using .getAttribute("value") we can get value from Servlet to any page
hareshdgr8 17-Jan-14 1:24am    
i dint get request.getAttribute("txtValue") can't get value on other page so please help me for that........................
baliram bhande 17-Jan-14 2:39am    
when u set value from the servlet at that time u can use response.setAttribute()
that value u can acess any jsp page by using request.getAttribute();

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900