How can I maintain session in JSP Page in the bases of user name and password:
No Answer is Posted For this Question
Be the First to Post Answer
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]
What is jsessionid?
How to call java method in jsp page on button click?
What is a declaration statement?
Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........
What is the purpose of jsp?
What Do you Mean By Object Serialization in java.
2 Answers Accenture, Cognizant,
How to include a jsp file in another jsp file?
Why jsp is better over static html also explain lifecycle of a jsp?
What is < jsp:forward> tag for?
What are the events in jsp page?
Which jsp life cycle is in correct order?