You cannot post messages because only members can post, and you are not currently a member.
Description:
The official Google Web Toolkit (GWT) developer discussion group. GWT lets you build AJAX apps in the Java programming language.
|
|
|
Moderated GWT jobs group now available
|
| |
Thanks to Hugo Garcia, the *google-web-toolkit-employment *<[link]>group is now moderated (e.g., no more spam) and available for any GWT-related job posts. Note that this group is *only* for GWT-related jobs. Off topic posts or non-GWT-related job posts will be removed.... more »
|
|
GWT Forum Moderation Policy
|
| |
Please note, we have a light-weight moderation policy in effect currently: posts from new members are moderated for spam and recruiting email before being posted. Please use the google-web-toolkit-employment<[link]> forum to post job openings. Users posting recruiting messages and/or spam will be... more »
|
|
GWT 2.5.1 now available
|
| |
Hi everyone,
We're excited to announce the GWT 2.5.1 release! There will be an
announcement soon on the GWT Blog <[link]>,
and you can download it
here<[link]>.
This release has been uploaded to Maven Central with the version string of... more »
|
|
Creating clickable links within text
|
| |
I have a cell that contains some text. I would like to create links within the text that are clickable. "For, example abc and xyz should be links." I figured on using InlineLabel to create the links within the text. However, since the whole thing is a cell I can't click on the individual label/links.... more »
|
|
IE9 problem with GWT
|
| |
GWT Release: 2.5.0 Browser: IE9 Our clients have a problem using our web application because, on IE9, when the application shows a message (i.e., to confirm if a file is uploaded or not), the focus remains behind the message shown and it is impossible to interact with the message, so you can't close it and you can't work with the application either.... more »
|
|
Offline debugging my gwt app
|
| |
Hello All, I need to debug my gwt app. The problem is that I need to debug it OFFLINE. After a tour on the net, I didn't found an answer. Thus here is the scenario. My GWT version is 2.4.0 Debugging the code is ok. Running in production offline is ok, using a cache manifest. But I can't do both : debugging offline.... more »
|
|
Testing GWT without GwtTestCase
|
| |
Can anyone clarify for me this Google testing blog entry? [link] Model, view, presenter I think I'm clear on (ha! yeah, sure), but I'm trying to understand the Server.class. It's described as "a completely standard backend with *no dependency on GWT*." (Their emphasis.) So what is... more »
|
|
DataGrid Debug (missing data)
|
| |
I am sure I am missing something very basic. :D Anyway, here is the setup: After login I clear all contents and create the following basic structure: StackLayoutPanel LayoutPanel TabLayoutPanel FlowPanel* (Place holder for future)* FlowPanel* (Place holder for future)*... more »
|
|
problem with javax.servlet.ServletContext in gwt-user.jar
|
| |
I'm using GWT (2.5.0) with grails ([link]) I just upgraded from grails 1.3.7 to grails 2.2.2 Tryng to compile my project i got this error Caused by: java.lang.NoSuchMethodError: javax.servlet.ServletContext.g etSessionCookieConfig()Ljavax/ servlet/SessionCookieConfig; you can find some information here:... more »
|
|
|