Under Membership Management, search by matric number
at: /library/jsp/member/browse.jsp
org.apache.jasper.JasperException: Unable to compile class
for JSP
An error occurred at line: 3 in the jsp
file: /jsp/member/findlogin.jsp
Generated servlet error:
The method getInstance() is undefined for the type
MemberData
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
anything that happen u just put this line before or
beginning :
DataBank data = DataBank.getInstance()
and put a "data.get" in front of MemberData and remove the
getInstance after it. So it becomes:
Member member = data.getMemberData().findByLogin(login);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=867558
This is bug already explained that we are not focusing on
solving yet as its not important to let library look into
student details.
pls give steps on where the search by Matric Number
happened. Otherwise we just allow search by name at the
moment.
Logged In: YES
user_id=1196089
Under Membership Management, search by matric number
at: /library/jsp/member/browse.jsp
org.apache.jasper.JasperException: Unable to compile class
for JSP
An error occurred at line: 3 in the jsp
file: /jsp/member/findlogin.jsp
Generated servlet error:
The method getInstance() is undefined for the type
MemberData
Logged In: YES
user_id=867558
anything that happen u just put this line before or
beginning :
DataBank data = DataBank.getInstance()
and put a "data.get" in front of MemberData and remove the
getInstance after it. So it becomes:
Member member = data.getMemberData().findByLogin(login);