This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes How to pass a parameter from one jsp to another without displaying Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How to pass a parameter from one jsp to another without displaying" Watch "How to pass a parameter from one jsp to another without displaying" New topic
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



 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to pass a parameter from one jsp to another without displaying
 
Similar Threads
JSP
how to get value selected on jsp2 on text field of jsp1?-urgent help!
Including page from other server !!!
Including serverpage which on other port !!!
passing the values from popup window to jsp