Re: [java ee programming] I need code for Suggestion in Search box

2010-05-03 Thread Anil
Yes, AJAX is the way to implement it but assuming suggestion generation is out of scope. here is a typical flow with some things to consider. 1. When a user start typing say "Apple". Now we make a call(XmlHttpRequest) to a server to see what suggestions are available for "Apple" 2. Generating sugg

Re: [java ee programming] I need code for Suggestion in Search box

2010-05-03 Thread sandeep patel
hi i don't knw about google toolkit. But you can use AJAX calls On Mon, May 3, 2010 at 9:28 AM, Kamala Kannan JS wrote: > Hi friends, > Am developing a search tool for my website when user types in, it > must shows some suggestion keyword like in google. How can i do this. I use > GW

[java ee programming] I need code for Suggestion in Search box

2010-05-02 Thread Kamala Kannan JS
Hi friends, Am developing a search tool for my website when user types in, it must shows some suggestion keyword like in google. How can i do this. I use GWT( google Web Toolkit) but i failed to code the program. Let me know how to do this. Thanks and regards, Kamalakannan JS -- You re