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 are the alternate way to use the scriplet in jsp.
What is tag file?
What is pagecontext jsp?
What is jsp and asp?
What are the elements of a jsp page?
How we can use javascript with jsp pages?
Define jsp declaration?
How does jsp engines instantiate tag handler classes instances?
List all tags that are provided in jstl?
What is difference between jsp and jstl?
What are scriptlets in jsp?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.