Hi,
As you said you want to call a servlet, then you need to create a new servlet, describe it in web.xml and call the servlet URL in form post parameter.
See for example i have one main servlet called TestOne
Now, i want to call a new servlet called TestTwo so, i would define this in web.xml something like this,
Create a class called TestOne.java and TestTwo.java
Now, on my
jsp page called as testone.jsp
will call the second servlet