How can i connect from jsp to servlet page
Answer Posted / hi
kya farzy question hai yaar..........
| Is This Answer Correct ? | 17 Yes | 45 No |
Post New Answer View All Answers
What is the use of jstl?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
What is a tag file in jsp?
Is jsp front end or backend?
What is jsp in html?
What are the different life-cycle methods?
What is directive jsp?
What are the 3 tags used in jsp bean development?
What do cookies mean?
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]
Can a jsp page process html form data?
How does el search for an attribute?
How do I use comments within a jsp page?
How can I set a cookie and delete a cookie from within a jsp page?
Why is it that JComponent have add() and remove() methods but Component doesn’t?