[no subject]

2013-03-11 Thread Bernd Meyer
-- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this

Re: GaeAuthFilter and RequestFactory

2011-10-31 Thread Bernd
Thank you for your help. It works now. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Sx6zBX6j2dEJ. To post to this group, send email to

GaeAuthFilter and RequestFactory

2011-10-23 Thread Bernd
Hi, I have implemented the GaeAuthFilter (from expenses example ) in my GWT Application. filter-mapping filter-nameGaeAuthFilter/filter-name url-pattern/gwtRequest/*/url-pattern /filter-mapping So all calls to gwtRequests will be filtered and the authentication will be

ListEditor with RequestFactory

2011-07-20 Thread Bernd
Hi, is it possible to save all children of a ListEditor? interface Driver extends RequestFactoryEditorDriverListCardProxy, ListEditorCardProxy, CardEditor {} // Create the driver which manages the data-bound widgets driver = GWT.Driver create(Driver.class);

Bug: CellTable row selection in IE 9 with GWT 2.2

2011-02-17 Thread Bernd
When I create a CellTable in GWT 2.2 and run it under IE 9 and try to select a row with the mouse, GWT will always choose the first row as the selected one. Can anybody reproduce this issue and is there a workaround? (In 2.1 everything works just fine) -- You received this message because you

Re: Bug: CompositeCell containing EditTextCell

2011-02-02 Thread Bernd
) { return hasCell.getCell().isEditing(context, parent, hasCell.getValue(value)); } That's it and should fix it! :) best regards, Bernd On 1 Feb., 23:23, Jason jmitche...@gmail.com wrote: Yes, the offending code lies in line 430 of DefaultSelectionEventManager. It tries to toggle