How can i connect from jsp to servlet page
Answer Posted / venkatesh
By calling formaction
<form action="Name Declared in web.xml" method="post">
| Is This Answer Correct ? | 37 Yes | 11 No |
Post New Answer View All Answers
How do we prevent browser from caching output of my jsp pages?
Can you override jspinit() method? If yes, in which cases?
Which package does a jsp api consist of?
What are directives? What are the different types of directives available in jsp?
Can Static method be Override?
How many messaging models do jms provide for and what are they?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
What is jsp and why is it needed?
What is jsp expression language and what are it’s benefits?
What are the advantages of jsp?
How do we catch exception and process it using jstl?
What is the scope of response object?
What is the use of jsp and servlet?
How to include static files in a JSP page?