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
What is jsp life cycle?
List the different scope values for the
How can I extend the functionality of jsp?
What is the purpose of
Why taglib is used in jsp?
Explain the various scope values for tag.
Which jsp life cycle is in correct order?
How many jsp implicit objects are there?
How can we avoid direct access of jsp pages from client browser?
Can we use javascript with jsp pages?
Why don’t we need to configure jsp standard tags in web.xml?
Is jsp static or dynamic?
What is contextpath?
Which implicit object is not available in normal jsp pages?
How do we prevent browser from caching output of my jsp pages?