Title says it all....I need to place data from a DB into a
java bean, and have the information displayed within a table in a
jsp.
However I continue to get this error "javax.servlet.ServletException: java.lang.InstantiationException: bean courseBeanList not found within scope".
I am going to paste my code for
servlet, jsp, bean, and beanList below. Any help would be greatly appreciated, and I do thank you in advance...
also this is my first post within this forum so be kind please
.
JSP:
Servlet:
(there is more after this but doesnt have to do with this process.
Bean class:
beanList class: