Hello everyone,
 
As far as sending parameter is concerned it's very easy.
I am giving  a very simple example. Supose you are calling a servlet named "abc" and
you want to pass a parament say 'param' whose value to be send is "hello" then we write the
following code.
 
sendRedirect("servlet/abc?param=hello");
 
Regards
Deepak Kumar
 
----- Original Message -----
Sent: Tuesday, April 18, 2000 1:46 AM
Subject: servlet parameters

Does anyone know how I might go about passing parameters to a new page =
that is not a servlet or JSP, when using the sendRedirect() function?  I =
want to basically pass along what would be a form field...  If there was =
a setParameter() function like getParameter that would be perfect, but =
there isn't one that I know of...

Thanks,

Jeff

Reply via email to