Jamie413 Posted February 4, 2007 Share Posted February 4, 2007 Hello, Just wondering if anybody had any information on how I can do a text auto suggest from a database specifically LDAP. my main goal is to have a text input box, as the user is typing it will automatically suggest what text to put in the text input box via a database rather than an array in javascript. Database is too large to cache into java. Thanks -James Quote Link to comment Share on other sites More sharing options...
artacus Posted February 6, 2007 Share Posted February 6, 2007 Well its a two step process. I'd start with a page that connects to your LDAP server and fetches your results. For the second part, there are plenty of Ajax libraries out there to help you do this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.