How to pass information from jsp to included jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What are the jsp elements?
Give the use of exception object.
What is the difference between include directive and include action?
Can we call destroy method inside init method?
Which jsp methods can be overridden?
What do you know about writing custom jsp tags?
What is the purpose of <jsp:setproperty >?
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]
Are application, pageContext and object of ServletContext same or not?
What is el?
What is the <jsp:param> standard action?
What is the purpose of creating custom tags?