How to get auto suggestion from server, list of items in textbox which can be selected in Java/J2EE ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest using jQuery it has a nice autocomplete plugin. You will need to build a simple webservice to provide the data.
So you will be building the simple Java backend that deals with getting the data out and then using the autocomplete to consume that data on the front end.