• 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

How to include a radio button in rich:datatable?

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have 3 rich:datatables with 2 columns each. I need to include one more column in all these 3 data tables, which will be a radio button. The radio button group for this should be the same for all the three data tables. i was able to do the same with flex and actionscript, but now i need to implement with JSF-richfaces. so can you please suggest me on how to proceed with this?
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doing this search in google:
http://www.google.es/search?sourceid=chrome&ie=UTF-8&q=richfaces+radio+button+table+%22td%22

I found this answered question:
http://stackoverflow.com/questions/3626798/how-to-get-radio-button-group-functionality-for-each-row-in-a-table-using-jsf

Maybe it will help you.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic