HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 8 in the jsp file: /programs/bonds/creation/index.jsp
BondHandler cannot be resolved to a type
5:
6:
7: HashMap hmp = new HashMap();
8: BondHandler bh = new BondHandler();
9: ArrayList bondList = new ArrayList();
10: bondList = (ArrayList)bh.listBond();
11: int sizeofary=bondList.size();
An error occurred at line: 8 in the jsp file: /programs/bonds/creation/index.jsp
BondHandler cannot be resolved to a type
5:
6:
7: HashMap hmp = new HashMap();
8: BondHandler bh = new BondHandler();
9: ArrayList bondList = new ArrayList();
10: bondList = (ArrayList)bh.listBond();
11: int sizeofary=bondList.size();