what i mean is that i have a table of products each record is hyperlinked .. when the user clicks on the link he gets the details of that product in another page ..
When writing JSP/servlets, there are three main classes which you will work with - HttpSession, HttpServletResponse and HttpServletRequest (and their parent classes ServletRequest and ServletResponse).
These classes have quite a few methods in for interrogating the HTTP request, such as remote host, header info, parameters and so on. Search for the docs on the
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.