aspose file tools
The moose likes Servlets and the fly likes Calling servlet from JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Calling servlet from JSP" Watch "Calling servlet from JSP" New topic
Author

Calling servlet from JSP

prakash muthu
Ranch Hand

Joined: Sep 06, 2000
Posts: 75
Hi
Can you tell me about the methods of calling servlet from JSP?
How many ways are there?
TIA
with regards
Prakash


Prakash.M<BR>Bangalore- India<BR>(prakashem@rediffmail.com)
Prasad Charasala
Ranch Hand

Joined: Nov 02, 2000
Posts: 67
Hi,
First of all why do you need to call Servlet from JSP? The container finally converts the JSP into a servlet. So we can assume the JSP as a servlet. So you can forward the request to another Servlet or JSP or you can redirect the request to another servlet or JSP.
------------------
Prasad
[This message has been edited by Prasad Charasala (edited November 03, 2000).]


<B>Prasad</B>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Calling servlet from JSP
 
Similar Threads
ContextListener
data in table format in jsp from servlet
calling a servlets
Calling Servlet from JSP
OutputStream irritates