Sample of a suggestion box connected to a database

2009-10-03 Thread John Restrepo
Hi, as you noticed I'm just learning GWT, I've been testing MultiWordSuggestOracle and SuggestBox, but now I want to try it connecting it to a database, I've been looking for documentation but due to my limited knowledge I don't understand too much, this post is for asking you for some example

Re: help with suggest box

2009-09-22 Thread John Restrepo
, you can put in whatever logic you want to match strings. --Sri 2009/9/17 John Restrepo johnjaime.restr...@gmail.com Hi, I noticed the gwt suggest box search word by word, for example if I press p it shows me possible or just possible it searches the character in the first word

help with suggest box

2009-09-16 Thread John Restrepo
Hi, I noticed the gwt suggest box search word by word, for example if I press p it shows me possible or just possible it searches the character in the first word or in the second, my question is: Is there some way to change this? like just search in the first word and not the second. I hope I was

Re: Newbie question

2009-09-14 Thread John Restrepo
source code. Please let us know if you run into any issues. jason On Sun, Sep 13, 2009 at 11:51 AM, John Restrepo johnjaime.restr...@gmail.com wrote: Hi guys, excuse me for the newbie question but I'm new with GWT. I have to modify some widget with a suggestion box that interact

Re: Newbie question

2009-09-14 Thread John Restrepo
/google-web-toolkit/issues/detail?id=1792for a long discussion.  It looks like it was fixed in GWT 1.5, but I think there are some workarounds for older versions interspersed in that issue.  If possible, I'd recommend upgrading GWT ;) jason On Mon, Sep 14, 2009 at 12:19 PM, John Restrepo

Newbie question

2009-09-13 Thread John Restrepo
Hi guys, excuse me for the newbie question but I'm new with GWT. I have to modify some widget with a suggestion box that interact with a database, the thing is when I open it with Eclipse it doesn't recognize anything the import com.google cannot be resolved, maybe the problem is that I'm