aspose file tools
The moose likes JSP and the fly likes pass the control from jsp to Servlet? 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 "pass the control from jsp to Servlet?" Watch "pass the control from jsp to Servlet?" New topic
Author

pass the control from jsp to Servlet?

kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1300
How can i pass the control from jsp to Servlet?
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

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