View Single Post
  #2 (permalink)  
Old 01-19-2008, 02:28 AM
wsaryada wsaryada is offline
Senior Member
 
Join Date: Jun 2007
Location: Bali, ID
Posts: 102
wsaryada is on a distinguished road
I don't really understand your question. Do you mean that you want to call the index.jsp file from a servlet and pass some value to it? Or do you want your servlet to act as the index.jsp file?

If you want to call another jsp page from a servlet you can use a client-side send redirect or a server-side request dispatcher forward.
__________________
Website:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Blog:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote