Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 92472 invoked from network); 21 Apr 2006 10:09:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Apr 2006 10:09:16 -0000 Received: (qmail 92592 invoked by uid 500); 21 Apr 2006 10:09:05 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 92560 invoked by uid 500); 21 Apr 2006 10:09:04 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 92548 invoked by uid 99); 21 Apr 2006 10:09:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 03:09:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tremalnaik@gmail.com designates 64.233.162.196 as permitted sender) Received: from [64.233.162.196] (HELO nz-out-0102.google.com) (64.233.162.196) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 03:09:03 -0700 Received: by nz-out-0102.google.com with SMTP id 34so353882nzf for ; Fri, 21 Apr 2006 03:08:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y50UCUaImw585YHq8B39qfwKuz2zJXC5QzskmvYnJ9in+Ca8KpwqRqhFnLfQUqi161deZd07grK8CqjCIe4j11nOreOUCI6hn9mb7/6e/xOhYU2k1MsLJnhI5c5yNI56k35RtvOfI2o+IJSws0ByqNmbXFYLQziJHTIYYTtIN3I= Received: by 10.36.101.14 with SMTP id y14mr2167231nzb; Fri, 21 Apr 2006 03:08:42 -0700 (PDT) Received: by 10.37.21.36 with HTTP; Fri, 21 Apr 2006 03:08:42 -0700 (PDT) Message-ID: <5b889e570604210308o1cb17955xd394846a9059dc3e@mail.gmail.com> Date: Fri, 21 Apr 2006 11:08:42 +0100 From: "Tremal Naik" To: "Struts Users Mailing List" Subject: Re: Can struts do it? In-Reply-To: <001401c66527$c3845f40$6a6ea8c0@marcodell8400> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <001401c66527$c3845f40$6a6ea8c0@marcodell8400> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 2006/4/21, Marco Mistroni : > I have a DynaActionForm. It has two array fields (String[] ownerRef and > Boolean[] suspendPart) and some other fields. I want to populate these > arrays from a form and be able to submit the value from the page. > That's it. why don't you define an array of beans, each of which containing two proper= ties: class myBean{ } -- TREMALNAIK --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org