Wednesday, February 27, 2013

adding custom widget to FormPanel

Hi,

I am using GWT 2.5.0.  

I have a FormPanel that has several "normal" form widgets.  I have a custom widget that extends Composite and implements HasName and HasValue<String>.  All the setters and getters are implemented.  However, when the form is submitted it does not seem to recognized the custom widget.  There are no errors it is just that the value of the custom widget is ignored.

Is there special magic for making a custom form widget?

Seven

--
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-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment