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 difference between custom jsp tags and beans?

0 Answers  


i need the source code for opening a word document in java

0 Answers  


What is jsp net?

0 Answers  


What is a hidden comment?

0 Answers  


What class.forname will do while loading drivers?

0 Answers  






Is jsp a front end?

0 Answers  


Differentiate between pagecontext.include and jsp:include?

0 Answers  


What do jsp literals consist of?

0 Answers  


How can I maintain session in JSP Page in the bases of user name and password:

0 Answers   PUCIT,


What is the purpose of <jsp:getproperty >?

0 Answers  


How to call java method in jsp page on button click?

0 Answers  


Which jsp life cycle is in correct order?

0 Answers  


Categories