I'm new to JAVA and even newer to servlets...here's my problem.
I am passing an author and a quote from one servlet to another using the following code...
out.println( "<input type=hidden name=sAuthor value=" + sAuthor + ">" );
out.println( "<input type=hidden...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.