| Author |
How to pass a parameter from one jsp to another without displaying
|
Mayank Adhikari
Greenhorn
Joined: Nov 17, 2012
Posts: 12
|
|
How to pass a parameter from one jsp to another without displaying the parameter in first JSP.
I have a JSP page "JSP1" where i have a parameter in variable "Player_ID" now i want to take this parameter to some other JSP page say "JSP2" using POST method via Form.
The only process i know is by a <input> tag but this will display the parameter to User in JSP1 page.
So can some one suggest me on this.
|
 |
Rajkamal Pillai
Ranch Hand
Joined: Mar 02, 2005
Posts: 436
|
|
Check out
|
 |
 |
|
|
subject: How to pass a parameter from one jsp to another without displaying
|
|
|