View Single Post
  #2 (permalink)  
Old 04-07-2008, 12:35 PM
varunthecool varunthecool is offline
Member
 
Join Date: Jul 2007
Location: bangalore,india
Posts: 19
varunthecool is on a distinguished road
simple....use <form action="somefile.jsp" method="post">
use form elements
</form
in somefile.jsp
use request.getParameter(String)
Reply With Quote