action can pass parameters to the page which it is including. How does the next page obtain the value of these parameters?
Using the action
Use the request.getParameter() method
Use the response.getParameter() method