Re: Struts Dynamic Radio Button Query

2007-01-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Priya, Priya Khanna wrote: > My problem is that both the questions and the number of radio buttons > needs to be dynamic (based on what is currently in the database). I can > iterate through the questions and display them in the table but I am > unsur

RE: Struts Dynamic Radio Button Query

2007-01-10 Thread Barun Kumar Yadav
Is your problem in retrieving the options from the DB or is it with displaying it on the JSP. _barun -Original Message- From: Priya Khanna [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 1:22 PM To: user@struts.apache.org Subject: Struts Dynamic Radio Button Query Hi Al

RE: Struts Dynamic Radio Button Query

2007-01-10 Thread Anjishnu Bandyopadhyay
Hi Priya, You can use a for each Question row. For each question, you can have another inner for each answer radio button. <%-- Question comes here --%>