Wednesday, April 23, 2014

Re: RadioButton does not get selected when setValue is called & events not fired in IE

So I have just realized my issue was because I was using tabs and had radio
buttons with the same group name.  This was causing confusion with who was to
be checked evidently.  So, after making different group names for each set of
tabs, I see the expected results. 

If you don't care about the group name itself you can use HTMLPanel.createUniqueId() to generate a unique String.

-- J. 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment