Can anybody tell me what is the exact meaning of type and class attributes of jsp:usebean
tag.?
I am getting an exception InstantiationException while using them in my application.
Getting InstantiationException while using <jsp:useBean>
2.5k views Asked by RockAndRoll At
1
An extract from docs,
The value of the id attribute
The value supplied for the class attribute
Instantiation Exception is thrown on many scenarios, basically when you dont specify the required values for the attributes of the
useBean
tag.See also
A startup tutorial on
<jsp:useBean>
tagDifference between class and beanName attributes of jsp:useBean
java.lang.InstantiationException: bean [name] not found within scope
javax.servlet.ServletException: bean [name] not found within scope