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 application in jsp?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
Why jsp and servlets are used?
What is jsp? Explain
Can Static method be Override?
What are custom tags in jsp?
what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic
How jsp is compiled?
What are the attributes on page directives?
Can we define a class in a jsp page?
What is jsp and its uses?
What do you mean by custom tag in jsp?
Can you override jspinit() method? If yes, in which cases?
How many tags are provided by jstl?
What is the use of jsp and servlet?