RE: Radio button grouping in Struts 2

2009-05-18 Thread Martin Gainty
nataraja...@cognizant.com > To: user@struts.apache.org > Subject: RE: Radio button grouping in Struts 2 > > > Hi, > > Can you please attach the sample source code for this? even I am facing > the same problem. I am new to Stru

RE: Radio button grouping in Struts 2

2009-05-18 Thread NR031
>> >> Basically your properties are a map with id and Question objects and then >> struts can repopulate your answers in the correct question object in the >> map. It works very nice. I used it for a page that had a random number of >> file uploads. >> >>

RE: Radio button grouping in Struts 2

2009-05-11 Thread jdt.me.uk
Pearson [mailto:jon.pear...@sixnet.com] > Sent: May 4, 2009 8:18 AM > To: Struts Users Mailing List > Subject: RE: Radio button grouping in Struts 2 > >> Hi all, >> >> I have a page which iterates over a collection of questions, >> with each question havin

RE: Radio button grouping in Struts 2

2009-05-04 Thread Radu Solomon
List Subject: RE: Radio button grouping in Struts 2 > 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: Unan

RE: Radio button grouping in Struts 2

2009-05-04 Thread Jon Pearson
> 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..