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
How to restrict page errors display in a JSP page?
What language is jsp?
What is custom tag library?
How is scripting disabled?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
What are the two ways to include the result of another page?
What are jsp action tags?
What is a jsp container?
Explain how you understand the action tag and jsp action elements.
Is jsp a programming language?
What is meant by implicit objects and what are they?
What are the different types scripting elements in jsp?
Can jsp run without server?
How to include static files in a jsp?
What is jsp processing?