Hi, I am trying to build an UI with the UiBinder described here.
(http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html).
...code
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui' >
<g:VerticalPanel styleName="home-box-top">
<g:VerticalPanel styleName="home-box-content">
<g:FormPanel>
<g:Hyperlink ui:field="viewExamsLink">Test</g:Hyperlink>
</g:FormPanel>
</g:VerticalPanel>
</g:VerticalPanel>
</g:HTMLPanel>
</ui:UiBinder>
...
In Eclipse Helios, I am facing a bug where the <g:layer> tag is not
available in the classpath. The g
--
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.