Can you call jsp from servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are standard actions in JSP?
What is the difference between include directive and include action?
What are the elements of a jsp page?
What is the jspdestroy() method?
mention the three important tags used in the development of jsp bean.
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is attribute in jsp?
why we use jsp as view
3 Answers NCS, Scope International,
How do you comment out in jsp?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
What is jsp and why it is used?
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]