Answer Posted / naresh dhiman
Yes, we can extend a jsp from another.
this is some tricky and discouraged by sun specification.
because you may lose any optimizations that your JSP
container provides.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the literals used in jsp?
How can html output be prevented from being cached?
Is jsp compiled?
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]
Why don’t we need to configure jsp standard tags in web.xml?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
List all tags that are provided in jstl?
What is session management in jsp?
what is the extended star schema
How do you connect to the database from jsp?
Explain jsp action elements or action tags?
What are the implicit, internal objects and methods on the jsp page?
Which package does a jsp api consist of?
What is tag file in jsp?