View Single Post
Old 02-04-08, 02:34 PM   #7 (permalink)
ksingh
Junior Member
 
Join Date: Apr 2008
Age: 29
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1 ksingh is on a distinguished road
Re: JSP and Servlets Question?

JSP to servlet communication is possible in different ways
1. we can use redirect
2. RequestDispatcher
3. ServletConfig.getServletConfig ...

By implemeting all these methods JSp can communicate with Servlet
ksingh is offline   Reply With Quote