Answer Posted / sravanthi
we can't extend jsp page
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
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]
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
How to find out the name of the http method using jsp el?
What does it mean when tags or attributes are said to be deprecated?
How can I handle jsp page errors?
What are the benefits of pagecontext implicit object?
Why is jsp used?
Tell us about the jsp life cycle methods.
What are advantages of jsp over asp, php, pure servlets and others?
What is jsp and its uses?
What is the _jspservice() method?
How do you delete the session data?
How can you include the results of another page?
What are the different scope values for the
how to write the code of jsp program?