How can i connect from jsp to servlet page

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jsp life cycle?

664


List the different scope values for the tag in jsp?

688


How can I extend the functionality of jsp?

707


What is the purpose of ?

685


Why taglib is used in jsp?

681


Explain the various scope values for tag.

698


Which jsp life cycle is in correct order?

709


How many jsp implicit objects are there?

705


How can we avoid direct access of jsp pages from client browser?

822


Can we use javascript with jsp pages?

696


Why don’t we need to configure jsp standard tags in web.xml?

681


Is jsp static or dynamic?

699


What is contextpath?

679


Which implicit object is not available in normal jsp pages?

639


How do we prevent browser from caching output of my jsp pages?

688