Hi! I'm trying to use LDAP with my tapestry application, but I get an error:
Exception invoking listener method onLogin of component Login: Failure invoking listener method 'public java.lang.String com.ttdev.myapplication.Login.onLogin()' on [EMAIL PROTECTED]: com/novell/ldap/LDAPSearchResults I have an Entry.java, in which I have the LDAPSearchResults searchResults = ... declaration. I recieve the error message, when I try to use it in the onLogin()method. Could anyone help to me to solve this problem? Thx, Akos