Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Adding to Parameter list in controller servlet


Message #1 by ken.lee@k... on Thu, 12 Dec 2002 17:10:59
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

  Return to Index