How can i connect from jsp to servlet page
Answer Posted / ealngo
<form action ='<c:url path value="servlet.do"/>,method='post'>>
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Mention the implicit objects in a jsp.
What are the different directives in jsp?
How we can use javascript with jsp pages?
Is jsp better than servlet?
What are the components that make up a tag library in jsp?
What is the
Can we implement an interface in a jsp?
Can constructor be used instead of init(), to initialize servlet?
What are the jsp standard actions?
Can an interface be implemented in the jsp file?
What is jsp declaration?
Tell us about the stages (phases) of the jsp life cycle.
What are the different types of jsp tags?
How can I set a cookie and delete a cookie from within a jsp page?
How to create menu in jsp with example?