aspose file tools
The moose likes Servlets and the fly likes url direction in jsp! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "url direction in jsp!" Watch "url direction in jsp!" New topic
Author

url direction in jsp!

vivek sivakumar
Ranch Hand

Joined: Aug 09, 2001
Posts: 187
my problem:
if i find some parameters using getParameter("") then i should redirect to a particular url and a particular target frame , how can i do this thro jsp!!! any sample snippet will be helpul.
scenario: i A.jsp(2 frames) im using the request.getParameters() and if they satisfy my requirement then the result should be a Show.jsp which should be displayed on a particular frame in A.jsp
i heard that i need to use url but since im a new bee im struck .


SCJP, SCWD <br />A farmer learns more from a bad harvest than a good one.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: url direction in jsp!
 
Similar Threads
Problem with Frame
problems with request.getParameter();
Path problem
help please with parametes
Changing the URL when using forward or redirect...