aspose file tools
The moose likes JSF and the fly likes id of radio button not unique when SelectItemGroup is used Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "id of radio button not unique when SelectItemGroup is used" Watch "id of radio button not unique when SelectItemGroup is used" New topic
Author

id of radio button not unique when SelectItemGroup is used

Eddy Dean
Greenhorn

Joined: Jul 25, 2009
Posts: 3
Hello everyone,

For HTML labels to work properly the IDs of the radio buttons should be unique, but when a SelectItemGroup is used to group radio buttons the ids are not unique.

The generated HTML code is pasted below, as you can see the radio button id "j_id_jsp_1265752901_2:j_id_jsp_1265752901_4:0" and "j_id_jsp_1265752901_2:j_id_jsp_1265752901_4:1" are used twice on this page, which invalidates the HTML and breaks the labels.

I'm using the most recent version of MyFaces (1.2.7), running in Tomcat 6.

Does anyone know a fix for this? I wouldn't mind having to generate an ID for all radio buttons myself, but I can't figure out how without modifying the renderer.

Thanks for your time,
Eddy

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: id of radio button not unique when SelectItemGroup is used
 
Similar Threads
Getting error
Switching form action based upon radio selection
Problem Resetting Fields
Using checkbox on Spring 2.5 MVC ?
Can Hibernate be used to add records to a table?