servlets thread: Adding to Parameter list in controller servlet
Hello, In you jsp, you can do the following : <jsp:param name=<param-name> value="<value-of-new-param" /> This is to be used within jsp:forward action. So in the jsp which is being forwarded to can get the new parameter and its values by using as usual request.getParameter () method. Hope it helps. Soumen Ghosh
|





