why some of the Checked RPC Exception fields arrive as nulls?

2012-12-27 Thread vitaliy . se
Hello, I have a checked exception FooModelValidationException which is declared in interface of an RPC service ValidationService FooModelValidationException is thrown if a server side validation fails. The Exception contains two fields: FooModel fooModel; HashSetConstraintViolationFooModel

Re: How to retrieve client's date in Short format as configured on client machine

2012-12-13 Thread Shades Se
Sachin, Have you seen the *com.google.gwt.i18n.client.DateTimeFormat *class? This class has many options to work on the date and time. Let me know if you have any issue with this class. On Thu, Dec 13, 2012 at 12:15 PM, Sachin chauhan.sac...@gmail.com wrote: Hi All, I would like to

Re: How To Simulate KeyPress

2010-06-14 Thread Se Hee Lee
Thanks for your input. Yes. I know such solution works, but since the order of the widget isn't consistent and changes every time the screen is rendered, I need to perform some calculation to figure out the next widget with higher tab index to get focus. I was hoping that by firing a key press

Re: GWT presentation/workshop

2010-04-19 Thread se
Hi Ed, Good work! You might want to fully update it for GWT 2.0 development mode -- is now in the browser itself gwt api's -- gears is deprecated SE On Apr 19, 1:16 pm, Ed post2edb...@hotmail.com wrote: Hi All, If you really have nothing to do, have a look at this GWT presentation:http

Re: How to share data ?

2010-04-18 Thread se
Hi all, Is there any other solution if not using MVP, just a plain project with UiBinder widgets? e.g. main app has user data, determined at runtime; some widgets should be able to read and write to this. I looked at

Add FlexTable support for getting row/cell for a given widget

2009-12-30 Thread se
When handling events on widgets in a FlexTable, sometimes I also need to get the row/cell for that widget. I saw this method at http://code.google.com/p/gwt-dnd/source/browse/trunk/DragDrop/demo/com/allen_sauer/gwt/dragdrop/demo/client/FlexTableRowDragController.java?r=92spec=svn92 private int