A friendly place for programming greenhorns!
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
Author
pass the control from jsp to Servlet?
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
posted
Mar 07, 2005 04:47:00
0
How can i pass the control from jsp to
Servlet
?
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
I like...
posted
Mar 07, 2005 05:11:00
0
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/PageContext.html
#forward(
java.lang.String
)
It's usually done the other way around though.
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: pass the control from jsp to Servlet?
Similar Threads
Passing Control from JSP to Servlet
how to process response from here?
caling JSP Inside Applet
Passing Control to JSp / Servlets
communication between two different context
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter