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 |
What is difference between custom jsp tags and beans?
i need the source code for opening a word document in java
What is jsp net?
What is a hidden comment?
What class.forname will do while loading drivers?
Is jsp a front end?
Differentiate between pagecontext.include and jsp:include?
What do jsp literals consist of?
How can I maintain session in JSP Page in the bases of user name and password:
What is the purpose of <jsp:getproperty >?
How to call java method in jsp page on button click?
Which jsp life cycle is in correct order?