How can i connect from jsp to servlet page
Answers were Sorted based on User's Feedback
Answer / venkatesh
By calling formaction
<form action="Name Declared in web.xml" method="post">
| Is This Answer Correct ? | 37 Yes | 11 No |
Answer / 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 |
Answer / gururajan j
<form action='<c:url value="servlet.do"/>' method='post'>>
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ealngo
<form action ='<c:url path value="servlet.do"/>,method='post'>>
| Is This Answer Correct ? | 3 Yes | 3 No |
Which is best centre in chennai.. i am wil study to java... pls help me..
What is jsp api?
What is the jspdestroy() method?
Which of the following action variable is used to include a file in jsp?
How do we catch exception and process it using jstl?
What is the use of Application Object and Session Object in JSP?
When will container initialize multiple jsp/servlet objects?
which situation you use static include and dynamic include in jsp?
How to get value from java to jsp page?
What are the implicit el objects in jsp?
Where we use assertion in java programming?
What are the benefits of pagecontext implicit object?