Menu

#24 Bug in Library Module - Membership Management

open
None
5
2006-01-19
2006-01-19
GAN MH
No

1. Some member details cannot be accessed. I suspect
this is due to some record field with null value.

2. Search by Matric Number not functioning.

Discussion

  • Redhuan D. Oon

    Redhuan D. Oon - 2006-01-25

    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.

     
  • GAN MH

    GAN MH - 2006-01-26

    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

     
  • Redhuan D. Oon

    Redhuan D. Oon - 2006-01-27

    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);

     
MongoDB Logo MongoDB