Only one of the beanName or the class can be present as the attribute of the useBean tag in JSP, whats the difference between the beanName attribute and the class attribute? TIA - Chris
Cameron Park
Ranch Hand
Joined: Apr 06, 2001
Posts: 371
posted
0
A class isn't necessarily a bean. There may be times when you need a HashTable through out a session(like HttpSession). Just an example.