CellTable doesn't update the value from ClickableTextCell

2011-06-30 Thread Opal
Hi, I've extended the ClickableTextCell to allow user to pick up a value from a dialog box. The problem is that when user pick the value and commit the choice the value is not displayed in CellTable, although the bean that is used under the Cell has new value. The cell's update method is albo invok

Re: Open a local file with JNSI

2011-06-30 Thread Alain Ekambi
The HTML5 file API looks promising but is not there yet. For local file access we use Flash. 2011/6/30 khiem nguyen > not sure if u can even do it with normal js (security) > > > On Wed, Jun 29, 2011 at 11:05 PM, Kernel_panik > wrote: > >> Dear all, >> >> with help of JNSI, i'm trying to open a

Re: Open a local file with JNSI

2011-06-30 Thread khiem nguyen
not sure if u can even do it with normal js (security) On Wed, Jun 29, 2011 at 11:05 PM, Kernel_panik wrote: > Dear all, > > with help of JNSI, i'm trying to open a local file from a client GWT. > Here is my code: > > open("file:///D:/www/index.htm"); // to call the native function > > I tried as

uibinder with textbox focus and lostfocus

2011-06-30 Thread dadada
hi all, how do you guys implement focus and lostfocus handler on uibinder? I can't seems to get it right.. How to have two handler on one UiField? @UiHandler("textbox1") public void onFocus(ClickEvent sender) { textbox1.setText("Focus"); }

Re: RequestFactory and populate form field with dynamic data

2011-06-30 Thread Thomas Broyer
It's really no different from GWT-RPC, if you're more comfortable with it. The main difference is that you can push several things in a RequestContext before firing it, making a "batch request". The other major difference is that changes to proxies have to be made in a RequestContext, after you

Re: CellBrowser RF The requested entity is not available on the server

2011-06-30 Thread Thomas Broyer
IIUC, this error means that your findXxx static method (or your Locator) returned 'null' for the ID of the object you passed as argument (i.e. it didn't find back your 'b' on the server-side). http://www.google.com/codesearch#A1edwVHBClQ/user/src/com/google/web/bindery/requestfactory/server/Resol

<    1   2