Some questions:

Do you import the namespace where the widget is.
Is your widget a container meaning does it implement has widgets.


2010/4/16 Toni <tonin...@gmail.com>

> 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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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

Reply via email to