How many tags are provided by jstl?
No Answer is Posted For this Question
Be the First to Post Answer
What is the <jsp:include> standard action?
Which directive is used in jsp custom tag?
What is context in web application?
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 we can configure init params in jsp?
What are the two ways to include the result of another page?
What is the requirement of a tag library?
Is jsp page extensible true false?
Which jsp implicit objects are thread safe?
How can I maintain session in JSP Page in the bases of user name and password:
Which is mandatory in tag in jsp?
What is jsp usebean?