Re: new composite has null fields?

2015-09-02 Thread Matthew McLarty
OH MY GOSH! I feel stupid now. Thank you, Jens and Alberto :) On Wednesday, September 2, 2015 at 12:29:45 PM UTC-4, Alberto Mancini wrote: > > Hello, > Maybe you missed the @UiField annotations ? > > Cheers, > Alberto. > > Il giorno mer 2 set 2015 18:05 Matthew McLarty

new composite has null fields?

2015-09-02 Thread Matthew McLarty
I have a relatively simple composite widget that's using UIBinder in an MVC model. DrawingSubmissionForm.ui.xml http://dl.google.com/gwt/DTD/xhtml.ent;> Add Drawings Cancel Submit Drawings DrawingSubmissionForm.java public class

Re: new composite has null fields?

2015-09-02 Thread Alberto Mancini
Hello, Maybe you missed the @UiField annotations ? Cheers, Alberto. Il giorno mer 2 set 2015 18:05 Matthew McLarty ha scritto: > I have a relatively simple composite widget that's using UIBinder in an > MVC model. > > DrawingSubmissionForm.ui.xml >

Re: new composite has null fields?

2015-09-02 Thread Jens
Each field that has a corresponding ui:field in your XML needs to be annotated with @UiField. Also all these fields should have default visibility instead of "public". -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To