Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 63955 invoked by uid 500); 23 Aug 2001 15:49:36 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: struts-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 63936 invoked from network); 23 Aug 2001 15:49:36 -0000 Received: from oe42.law3.hotmail.com (HELO hotmail.com) (209.185.240.210) by h31.sny.collab.net with SMTP; 23 Aug 2001 15:49:36 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Aug 2001 08:49:11 -0700 X-Originating-IP: [210.214.126.115] Reply-To: "Rakesh" From: "Rakesh" To: References: <022401c12b41$7ddeb320$c77ba8c0@frmt1.sfba.home.com> Subject: Re: radio select Date: Thu, 23 Aug 2001 21:21:38 +0530 Organization: Synergy IT Innovations Pvt Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 23 Aug 2001 15:49:11.0888 (UTC) FILETIME=[273FB500:01C12BEB] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Somehow I always preferred using int for html:radio property... easy to manage, debug and set. Rakesh Ayilliath (Software Engineer) Synergy IT Innovations Pvt Ltd, #196, 1st Floor, 9th Cross, HMT Layout, RT Nagar Bangalore 560032 ayilliath@india.com ----- Original Message ----- From: To: Sent: Thursday, August 23, 2001 1:03 AM Subject: Re: radio select > I'm not sure I understand your warning. For a set of radio buttons, there > should not be an array in the form bean, just a simple string property, > since only one radio button from a set can be selected at any time. > > -- > Martin Cooper > > > ----- Original Message ----- > From: "SUPRIYA MISRA" > To: > Sent: Wednesday, August 22, 2001 6:35 AM > Subject: Re: radio select > > > > suggestion:-you may need to reset the value in the form bean > > > > > > WARNING: In order to correctly recognize cases where none of the > associated > > radios are selected, the ActionForm bean associated with this form must > > include a statement setting the corresponding array to zero length in the > > reset() method. > > > > > > > > > > >From: "Bille Madsen" > > >Reply-To: struts-user@jakarta.apache.org > > >To: > > >Subject: radio select > > >Date: Wed, 22 Aug 2001 11:35:14 +0200 > > > > > > > > >Hi, > > > > > >I have the following code: > > > > > > > > > > > > > > > > > > > > >Just two normal radiobuttons, have do I use the 'selected'-option which > > >html > > >provide? > > >If the user select one the radio-buttons and come back to the page later, > > >none of the radio-buttons are selected, but all other info is still > > >presented(struts text-fields and so on). > > >By the way, I get the values correct in the formbean, so no problem > > >there... > > > > > >Anyone having a answer? > > > > > >Thanks > > > > > >Bille > > > > > > > > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > > > > >