Try to do this:

    <g:CheckBox value='true'>Some text</g:CheckBox>

And you will get this compilation error:

    Ambiguous setter requested: CheckBox.value

... because there are two methods named setValue() with different
arguments.  As expected, the old setChecked() method is deprecated and
eligible for future removal, so I will avoid using it.

Is there any way to overcome that (besides calling the method from
java code)?  I would like to keep calling that method from the ui
binder.

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

Reply via email to