Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 43571 invoked from network); 8 Jan 2004 23:39:37 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Jan 2004 23:39:37 -0000 Received: (qmail 75634 invoked by uid 500); 8 Jan 2004 23:39:06 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 75580 invoked by uid 500); 8 Jan 2004 23:39:06 -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 75556 invoked from network); 8 Jan 2004 23:39:05 -0000 Received: from unknown (HELO sankara1.bol.com.br) (200.221.24.109) by daedalus.apache.org with SMTP; 8 Jan 2004 23:39:05 -0000 Received: from Insanidade (unknown [172.26.5.245]) by sankara1.bol.com.br (Postfix) with SMTP id 4388977CD for ; Thu, 8 Jan 2004 21:39:11 -0200 (BRST) Date: Thu, 8 Jan 2004 20:34:11 -0300 From: =?ISO-8859-1?Q?Ot=E1vio?= Augusto To: struts-user@jakarta.apache.org Subject: radio buttons Message-Id: <20040108203411.3e0bbc76.otavio.augusto@bol.com.br> Organization: UFCg X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Sender-IP: 200.190.146.5 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm trying to generate a set of radio buttons with values defined in a coll= ection implemented in my ActionForm class. There, I have a Collection attri= bute which returns a collection of "A" objects. Each A object has a 'nome' = and a 'id' attribute. So...in the jsp page i have this:
tipos is the property which returns a collection.What am I missing? Thanks in advance Ot=E1vio Augusto --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org