|
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.
|