Never mind... This is actually correct. I was just in the middle of a
refactor and was editing a java file in the wrong project.




On Oct 17, 3:17 pm, Jeff Larsen <larse...@gmail.com> wrote:
> So, how exactly does this work? I'm getting an error and I'm at a loss
> as to what is causing it.
>
> Note: this is done against 2.1-RC1
>
> class SecureTree extends Tree{
>
> [boilerplate UI Binder stuff here]
>
> @UiChild
> public void addSecureWidget(SecureWidget widget){
>
> ...
>
> }
> }
>
> then in my uibinder.xml file i've got
>
> <g:HTMLPanel>
> <s:SecureTree><s:securewidget><s:SomeSecureWidget/></s:securewidget></
> s:SecureTree>
> </g:HTMLPanel>
>
> where s points to the package that contains both SecureTree and
> SomeSecureWidget
>
> This blows up and gives me an error saying that it couldn't find a
> widget called securewidget in the package referenced by s.

-- 
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