How can i connect from jsp to servlet page

Answers were Sorted based on User's Feedback



How can i connect from jsp to servlet page..

Answer / venkatesh

By calling formaction

<form action="Name Declared in web.xml" method="post">

Is This Answer Correct ?    37 Yes 11 No

How can i connect from jsp to servlet page..

Answer / prasanth setty

Using <jsp:include> or <jsp:forward> we can dispath the
request form a jsp to servlet.

<jsp:include file="Actionservlet"/>

Is This Answer Correct ?    11 Yes 4 No

How can i connect from jsp to servlet page..

Answer / gururajan j

<form action='<c:url value="servlet.do"/>' method='post'>>

Is This Answer Correct ?    6 Yes 1 No

How can i connect from jsp to servlet page..

Answer / kraika

using form action tag and the servlet name declared in web.xml

Is This Answer Correct ?    6 Yes 2 No

How can i connect from jsp to servlet page..

Answer / surjit patra

please someone tell me in detail.........

Is This Answer Correct ?    4 Yes 2 No

How can i connect from jsp to servlet page..

Answer / ealngo

<form action ='<c:url path value="servlet.do"/>,method='post'>>

Is This Answer Correct ?    3 Yes 3 No

How can i connect from jsp to servlet page..

Answer / hi

kya farzy question hai yaar..........

Is This Answer Correct ?    17 Yes 45 No

Post New Answer

More JSP Interview Questions

What is _jspservice method?

0 Answers  


What is a jsp container?

0 Answers  


Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this

0 Answers  


how to print a string with out using out.println?

3 Answers   Elementus Technologies,


Can we override jsp service method?

0 Answers  






How many messaging models do jms provide for and what are they?

0 Answers  


Explain the jspdestroy() method?

0 Answers  


How do I use comments within a jsp page?

0 Answers  


What is content type in jsp?

0 Answers  


What is context in web application?

0 Answers  


Which jsp methods can be overridden?

0 Answers  


What is scriptlet, expression and declaration in jsp?

0 Answers  


Categories