I posted a couple days ago asking about how to query LDAP with JSP....and I think I maybe know how that gets done. What I'm unsure of is how to put the backend JSP LDAP query together with the .
js file that is going to present the results to the user in Zimbra.
I'm trying to start very basic here.....I just want to create a Zimlet Icon that when you click on it once, it sends an LDAP query out to the external LDAP with my username and returns some attribute/value pair back to the screen in a small output box.
How do I tell the Zimlet .
js file to send the username to the Zimlet .jsp file for the backend query...an include of some kind?
Matt