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
Can you make use of a servletoutputstream object from within a jsp page?
mention the three important tags used in the development of jsp bean.
What is the jspdestroy() method?
Explain JSP directives.
Can a jsp page instantiate a serialized bean?
Explain jsp:plugin action?
What will happen if iselignored attribute is set as false?
How can we create jsp custom tags?
What is a declaration?
How do I open a jsp file?
How are custom tags in jsp created?
Which tag is used to execute java source code in jsp?
Can you explain what is jsp page life cycle?
What do cookies mean?
What is the use of implicit object named "application" in Application?