Re: GWT 2.4 - problems with space key handling and FieldUpdater for TextInputCell inside CompositeCell in CellTree

2012-08-29 Thread BhaskerT
Hi James, Thanks for the post and reply. I am facing similar issue. I am not able to type the white space character in the MyEditCell extends AbstractInputCell. i have also over ridden the below method: *public* Set getConsumedEvents() { Set events = *new* HashSet(); events.add("focus"); event

Re: GWT application requires Plugin to be installed in browser

2011-03-17 Thread BhaskerT
Hi Ben & David, Thanks alot for the suggetions:) It worked:) Do we have any option of getting it worked in debug mode also. without deploying it on server? On Mar 15, 11:49 pm, David Chandler wrote: > Hi BhaskerT, welcome to GWT. > > Ben is correct. GWT development mode allows y

GWT application requires Plugin to be installed in browser

2011-03-15 Thread BhaskerT
Hi All, I am new to GWT(2.0) development. Problem statement: While accessing a GWT based web application, IE ask me to install GWT plugin. Solution: If i instal the plugin then it works perfectly fine. As per my knowledge Gmail is based on GWT. and if i try to access gmail from any where it does