Calling other servlet methods from JSP

Posted by saloni on Stack Overflow See other posts from Stack Overflow or by saloni
Published on 2010-04-07T10:30:47Z Indexed on 2010/04/07 13:03 UTC
Read the original article Hit count: 216

Filed under:
|

I am making a servlet program. It is working fine, but now I am trying to make a method other than doGet or doPost that get called from JSP. Is it possible?

© Stack Overflow or respective owner

Related posts about jsp

Related posts about servlets