Re: How to supply bindAddress

2010-09-17 Thread Nairutee
If you are using an Eclipse IDE, i) you will need to have the latest GWT plugin for Eclipse http://code.google.com/eclipse/docs/getting_started.html . ii) In the Run / Debug configurations in the arguments tab you will need to provide -bindAddress 0.0.0.0 (0 should be replaced by the ip you wish

Re: SuggestBox manual override?

2009-09-25 Thread Nairutee
enters any letter then the suggestions are filtered as per that letter. Any help will be appreciated. Nairutee --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Displaying latin characters on the browser

2009-04-22 Thread Nairutee
into my MySQL 5.0 database and also when I retrieve the data and display it, the web browser should be able to display the content text correctly. The charset is utf-8 in the meta tag of my html file. Can anyone suggest a solution to this problem? Thanks, Nairutee