Open Session In View not working (locator?)

2013-12-30 Thread Yan
Hi there, I am integrating GWT 2.5.1 with Spring 3.0 backend. Run into a problem that OSIVP should fix but it is not. A parent object contains a list of children objects, both are EntityProxy. On client side, I update the child proxy and my Server side API simply saves the parent. On the s

Re: GWT 2.5.1 now available

2013-12-30 Thread Michael Prentice
>From the contributors list, it looks like sometime in January. There are a few issues that need to be fixed before release, but people are on vacation for the holidays. On Sunday, December 29, 2013 9:42:39 PM UTC-5, pierre wrote: > > > > On Monday, November 4, 2013 5:00:56 PM UTC+8, Ed wrote: >

Re: Capturing “Cancel” selection from GWT Activity.mayStop() response

2013-12-30 Thread Michael Prentice
I've detailed my solution here: http://stackoverflow.com/a/20848504/633107 It uses both the AbstractCell#handlesSelection override suggested by Jens and the CellPreviewEvent.Handler suggested by Thomas. Thank you! Michael Prentice GDG Space Coast On Friday, December 27, 2013 3:17:22 PM UTC-5,

Re: Open Session In View not working (locator?)

2013-12-30 Thread Thomas Broyer
On Monday, December 30, 2013 8:17:07 PM UTC+1, Yan wrote: > > Hi there, > > I am integrating GWT 2.5.1 with Spring 3.0 backend. Run into a problem > that OSIVP should fix but it is not. > > A parent object contains a list of children objects, both are EntityProxy. > On client side, I update

menus with UIBinder

2013-12-30 Thread Magnus
Hi, with UIBinder you can define a complex menu structure very quiclkly: ... But to use these structures in real-life projects you have to blow them with a lot of boilerplate code like this: itm_Login.setScheduledCommand ( new ScheduledCommand () { public vo

Re: JavaFX 2.2 WebView support - possible new User Agent?

2013-12-30 Thread Gary Eberhart
Hello Michael, I'm having issues with WebView as well. I'm displaying GWT, Grails and PrimeFaces pages in a WebView. I've found several serious functional problems running these web pages in WebView. One of the easiest to explain are the Dropdowns (select elements) that take all available space

Re: Completely lost at internationalization (i18n)

2013-12-30 Thread Thomas Broyer
On Monday, December 23, 2013 11:24:20 PM UTC+1, Qunit wrote: > > I'm completely stumped on I18n. Any help would be greatly appreciated. > Here's my info: > - Using mvn 3.0.5 > - Using uiBinder > - GWT 2.5.1 with GWTBootstrap > - Eclipse 4.2 with maven integration > > All working, except when try

How to use gwt-dispatch with its CachingDispatchAsync (GWT, GWTP)?

2013-12-30 Thread Tom
I found a link http://turbomanage.wordpress.com/2010/03/02/tips-for-using-cachingdispatchasync-with-gwt-dispatch/ But there is no step by step guideline for how to use it. I am using GWTP (with Gwt2.5). So Can you provide a very simple example how to use gwt-dispatch with its CachingDispatchAs

Re: menus with UIBinder

2013-12-30 Thread Jens
Doesn't save you a lot but you can call any setter method through UiBinder and I think you can pass any object to that setter as long as you define it as a UiBinder reference using (not 100% sure, could also be that only String, Enum, Integer, etc are allowed), e.g. and in your Java file

Re: How to use gwt-dispatch with its CachingDispatchAsync (GWT, GWTP)?

2013-12-30 Thread Jens
Have you ever clicked on the very first link in that article? If not, you should do that.. -- J. -- 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-w

Re: How to use gwt-dispatch with its CachingDispatchAsync (GWT, GWTP)?

2013-12-30 Thread Tom
u mean this link http://blog.hivedevelopment.co.uk/2009/08/google-web-toolkit-gwt-mvp-example.html ? it too complicated for me to understand, i need a much simpler example. On Tuesday, December 31, 2013 12:59:35 PM UTC+11, Jens wrote: > > Have you ever clicked on the very first link in that artic

Re: JavaFX 2.2 WebView support - possible new User Agent?

2013-12-30 Thread Michael Prentice
Yep, we've seen those issues. As I mentioned, I've submitted + voted for a number of select element related bugs. I can try to post links to the bugs in Oracle's Jira tomorrow. Mouse wheel is supposed to be implemented in Java 8. All of the others were pushed out of Java 8 and are currently mar