I need a text field very similar in behavior to Gxt\'s NumberField. Unfortunately I am not using Gxt in my application and GWT 2.0 does not have a Numeric text field implementation as yet.
I\'m using a TabLayoutPanel in a GWT application, attached to the RootLayoutPanel of the page. Inside each tab I have a ScrollPanel, which is used to display a FlexTable.
I am upgrading a project with around 60 java classes, from 1.4 to 2.0 . Apart from replacing deprecated functions, adding generics, will converting the whole project into UI Binder approach i.e. XML a
I\'m encountering a strange problem with the session using GXT 2.1 and a Grails 1.2 backend. I\'m creating two FormPanels, panelA and panelB, which submit to action1 and action2 in Grails respectively
I have a simple UiBinder widget containing a TextArea: <!DOCTYPE ui:UiBinder SYSTEM \"http://dl.google.com/gwt/DTD/xhtml.ent\">