Hi there,

I'm trying to make my new composite widget work with UiBinder. It is a
widget intended to contain, for instance, a label and an input field.
I'd like to be able to add the input field of my choice via UiBinder:

...
<my:MyWidget>
  <g:TextBox>Hey!</g:TextBox>
</my:MyWidget>
...

It throws "unexpected widget: TextBox" error.
I've been looking the web for a UiBinder developer tutorial or so with
no luck. Does it exist? Can anyone point out the basic steps to create
a UiBinder widget?

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to