Is there a way to pass parameters (variables?) from a JSP page to a servlet
when it is called? This way I can use a generic servlet to do several
different tasks. The call to the servlet is made by using the JSP forward
tag.
Cheers in advance, Barry
when it is called? This way I can use a generic servlet to do several
different tasks. The call to the servlet is made by using the JSP forward
tag.
Cheers in advance, Barry
Comment