Yes it was assigned to different names. Here is the logic to set group names.
String groupName = "" + new Date().getTime(); It works fine if I run the application in debug mode but it does not work with compilation code. Not sure if it is because of groupName. FYI, this is happening only on IE and with Win XP OS. Could you please suggest me if this is because of group Name or some thing else? From Narayana On Mon, Feb 14, 2011 at 9:07 AM, Ben Imp <[email protected]> wrote: > Did you give each of your radio button sets different names? Radio > button groups are defined by their names. > > -Ben > > On Feb 13, 2:13 pm, Dallas007 <[email protected]> wrote: > > Hi, > > I have installed IE8 yesterday and Win XP OS. > > > > The problem is radio button selection is not working properly. I have > > two radio buttons in each vertical panel and I can able to select only > > one radio button at a time on the page. My requirement is i want to > > select radio button from each vertical panel. Is there any thing I > > need to do extra setttings for IE8 to support radio button handlers/ > > Listeners? > > > > From, > > Dallas007 > > -- > 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. > > -- 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.
