How can i connect from jsp to servlet page
Answer Posted / gururajan j
<form action='<c:url value="servlet.do"/>' method='post'>>
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is dynamic web project?
What are the different scope values for the
What is a scriptlet?
Can you explain what is jsp page life cycle?
how to write the code of jsp program?
What does jsp mean?
What is jspinit method?
Is there a way to reference the "this" variable within a jsp page?
What are the implicit, internal el jsp objects and their differences from jsp objects?
How can we handle the exceptions in jsp?
What are different types of comments used in jsp?
Give the syntax for jsp comments.
Explain the jsp life cycle?
How do I mix jsp and ssi #include?
What is the differences between the jsp custom tags and java beans?