• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

h:selectOneRadio issue on Internet Explorer

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am working on layout of an application, right now i don't have bean values for my controls.
Code where i use h:selectOneRadio is:



The issue is the fact that on IE if i don't refresh the page, when i come back on page from an ajax part ,both items occurs as selected, after refresh only one remains selected.
On FireFox there are no such troubles.
Could be the fact that, the control does not have an bean bind to it a part of the issue, for me this behavior is really strange...

Please if you have an idea give me an hand !

Regards,
Radu
reply
    Bookmark Topic Watch Topic
  • New Topic