I've been developing an app with UIBinder using GWT 2.0 RC.  Today, I
tried dropping in the final release jar, and got all sorts of build
errors.  It seems that anywhere I have an element like this:

<g:TextBox ui:field="firstname" text="" name="firstName"/>

The compiler complains about the text attribute, giving the following
error:

In <g:TextBox name='name' text='' ui:field='inptName' width='340px'>,
unable to parse <g:TextBox ... text= ...>.

Is this by design or is it a bug in the new version?

--

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