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

Which tag is used to execute java source code in jsp?

879


How does el search for an attribute?

513


What are directives? What are the different types of directives available in jsp?

485


What is jsp expression?

514


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

499






Which jsp lifecycle methods can be overridden?

526


What are the components of jsp?

512


Can you use javascript in jsp?

489


Explain the difference between forward and sendredirect?

483


What do you mean by jstl?

535


How do you comment out in jsp?

566


What is difference between sendredirect and requestdispatcher?

492


What is client scripting?

487


Can a jsp page process html form data?

576


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?

560