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 session getattribute in jsp?
What is client side technology?
What is the _jspservice() method?
What are scripting elements?
Which two interfaces does the javax servlet jsp package have?
i need the source code for opening a word document in java
What is jsp translation phase?
What is out println in jsp?
Can constructor be used instead of init(), to initialize servlet?
What is jsp-config in deployment descriptor?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is c tag in jsp?
How do I perform browser redirection from a jsp page?
Is jsp and javascript same?
How we can configure init params in jsp?