How many ways we can call servlet from jsp?

G

Garg

Hi All,

I have to call servlet from JSP but I cann't use beans for this. Is
there any other of doing this.

Thanks in advance
Tarun Garg
 
D

Dejan Lazic

Garg said:
Hi All,

I have to call servlet from JSP but I cann't use beans for this.
?

Is there any other of doing this.

<a href="YourServlet"...
<form action="YourServlet"...
request.getRequestDispatcher("YourServlet").forward(request, response)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,539
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top