Re: Access specific link from dynamically build FlexTable

2016-08-07 Thread あああいいい
I think that is different from the answer, but I thought that I if to hint. I, using cookies, we implement this. To set the cookie in the message, we try to show the message to people who do not have the message cookie. public static Panel createInfomation(){ final VerticalPanel p_vp = new Vert

Re: 2.8.0 RC1 is here!

2016-08-07 Thread Thomas Broyer
Check your classpath, you must be downgrading the servlet API to a 2.x version: http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletResponse.html#getHeader-java.lang.String- -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscr

Re: 2.8.0 RC1 is here!

2016-08-07 Thread dflorey
I just installed 2.8 rc1 and try to run my project. I'm using Eclipse and try to start the SuperDevMode without any changes to my previous 2.7 config. I'm getting: 2016-08-07 20:47:28.033:WARN:oejs.ServletHandler:qtp1910695180-49: Error for /recompile-requester/ultradoc java.lang.NoSuchMethodErr

Re: GWT 2.4.0 - SelectItem does not work when I use application via Android

2016-08-07 Thread Luke Last
My suggestion is that you try upgrading to GWT 2.7 if at all possible because old versions are much more likely to have those kinds of problems with new browsers. -Luke On Friday, August 5, 2016 at 10:30:42 AM UTC-4, Federico Cacco wrote: > > Hi > > I have developed a web application in GWT 2.4.

Access specific link from dynamically build FlexTable

2016-08-07 Thread Olar Andrei
Hello, I have to implement a messaging system for my application. I want all my conversations to be visible and the user should select one of those to open. I'm creating a FlexTable from a List of Conversations returned to me via RPC. My ideea to select one conversation of all available was to