On Thu, Nov 19, 2009 at 18:35, Jeff Chimene <[email protected]> wrote: > Hi, > > I'm trying to decode the following error using 2.0-rc1: > 10:21:33.040 [ERROR] In <g:TextBox MaxLength='50' ui:field='username'>, > class TextBox has no appropriate setMaxLength() method > > Am I doing this right? Do I have to set such attributes in the class?
It converts the case i believe, probably need to begin with a lower case letter <g:TextBox maxLength='50'> The following is good example source: trunk/user/test/com/google/gwt/uibinder/test/client/WidgetBasedUi.ui.xml -- 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=.
