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

Why taglib is used in jsp?

514


What is jstl?

531


What is expression language injection?

498


What is the use of jsp implicit objects?

472


How do I run a jsp file?

511






What is jspinit method?

506


How can we prevent implicit session creation in jsp?

526


Give uses of object cloning?

547


How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?

555


What is the use of implicit object named "application" in Application?

1253


What are custom tags in jsp?

551


Explain implicit objects in jsp?

591


How can I implement a thread-safe jsp page?

529


Which tag should be used to pass information from jsp to include jsp?

516


How do I perform browser redirection from a jsp page?

493