I have done some research, and majority of the examples I have found use forms (obviously for user input) to collect data which is then passed to another JSP page through th
There's no way a JSP page can tell the difference between a manually constructed GET url, e.g.:
Go to the next JSP page, versus something like:
Either way it can be accessed through getParameter or getParameterValues
Is that what you're asking?