Hi javaAddicts
I am a novice java programmer.
I am in a learning process in java servlets.
How to load a servlet and invoke its method from index.jsp.
I want the servlet to execute first and dispatch its value to index.jsp
and also i dont want to use redirect from jsp and again dispatching the values from servlet.
Is there is a way to access it.