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