小白求教:关于不能实例化的问题<jsp:useBean id="bookTypeOP" scope="page" class="bean.db.bookTypeOPBean"/>这行代码报错为: Cannot instantiate the type bookTypeOPBean不能实例化,这个问题是怎么回事儿?应该怎么解决?[解决办法]bean.db.bookTypeOPBean这个类的构造方法为默认空的?