What are the jsp tag?
No Answer is Posted For this Question
Be the First to Post Answer
How many tags are there in jsp?
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?
how can i update the marque in jsp without changing the sourse code
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]
Is jsp better than servlet?
What is el in jsp?
What is contextpath?
What is the difference between java servlet and jsp?
What is difference between jspwriter and servlet printwriter?
What is a scriptlet in jsp and what is its syntax?
Differentiate between include directive and include action.
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?