Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 4137 invoked from network); 2 May 2002 16:33:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 May 2002 16:33:12 -0000 Received: (qmail 13328 invoked by uid 97); 2 May 2002 16:32:40 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 13267 invoked by alias); 2 May 2002 16:32:40 -0000 Delivered-To: jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 13223 invoked by uid 97); 2 May 2002 16:32:39 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 13123 invoked by uid 98); 2 May 2002 16:32:38 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Server-Uuid: 1E17945A-5280-4E82-B084-231F421D7848 Message-ID: <35A280DF784CD411A06B0008C7B130AD01A3454A@sdex04.sd.intuit.com> From: "Pedone, Tim" To: "'Struts Users Mailing List'" Subject: RE: Table of Radio Buttons Date: Thu, 2 May 2002 09:32:23 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 10CFB5912536029-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If you're using Struts 1.1, this may help: http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg29664.html Tim -----Original Message----- From: Daniel Haynes [mailto:daniel.haynes1@btinternet.com] Sent: Thursday, May 02, 2002 5:55 AM To: Struts-User Subject: Table of Radio Buttons Hi, I am attempting to create a (fairly) simple web app using struts. I need to create a table of questions with each question having radio buttons (a range of numeric values) so the user can input and submit their answers: question1 o o o o o o o o question2 o o o o o o o o ... 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 unsure how to 'marry' up the radio buttons, and then retrieve the data from the form when the user submits. Has anyone done anything similar to this ? Any example code or suggestions would be gratefully recieved. I have been looking at the 'Using Struts' article from the Athens Group 'Creating a Table of Radio Buttons' but am getting more confused... (ProcessStatus.DONE.getMnemonic() - what is this ??) Dan Daniel Haynes -- To unsubscribe, e-mail: For additional commands, e-mail: