RE: Radio button grouping in Struts 2

2009-05-11 Thread jdt.me.uk
Hi Radu. Many thanks for your reply, and sorry for not responding sooner as I've only just got around to looking at your link. It definitely helped and I've got it working now. It's slightly different and doesn't rely on Preparable: class Question { long id; String name; } public class

Radio button grouping in Struts 2

2009-05-04 Thread jdt.me.uk
Hi all, I have a page which iterates over a collection of questions, with each question having a number of radio buttons which can be used to select the answer to that question. For example: Question 1: Unanswered O Yes O No O Question 2: Unanswered O Yes O No O etc.. If the question h