How do I include static files within a jsp page?
What are the scopes available in <jsp:usebean>?
What are context initialization parameters?
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 is the page attribute in JSP?
What is jsp action tags?
Define scriptlet, expression and declaration in jsp?
How can i connect from jsp to servlet page
What are implicit objects?
What is jsp and servlets?
What is the use of jsp implicit objects?
What are the different scope values for the jsp objects?
Why session is used?