aspose file tools
The moose likes JSP and the fly likes passing parameters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "passing parameters" Watch "passing parameters" New topic
Author

passing parameters

sitaram irrinki
Ranch Hand

Joined: Feb 16, 2005
Posts: 158
passing parameters from one jsp to another jsp page
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

sitiram, you will only get out of these forums as much as you put into it yourself. Posting incomplete requests for vague information is not going to get you very far. If you have a question, please take the the time necessary to clearly indicate what you are asking. Otherwise, why should anyone use their time to answer you?

The brief answer to your vague question is: the same way as any other page.
[ August 06, 2005: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Tom E. Cole
Greenhorn

Joined: Oct 21, 2003
Posts: 9
Yes, is the situation:

JSP 1 contains a form that you want the parameters to go to JSP 2? By using a form.

JSP 1 received parameters from some miscellaneous page and you want the parameters sent to JSP 1 to also go to JSP 2? The answer is to include the JSP 2 in JSP 1 and it will have access to the same request/response pair.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: passing parameters
 
Similar Threads
question in empty operator
passing initial parameters to jsp
Variables values from one JSP page to another....
one servlet to another servlat
jsp error