Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 75380 invoked from network); 10 Dec 2008 15:28:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2008 15:28:31 -0000 Received: (qmail 95331 invoked by uid 500); 10 Dec 2008 15:28:36 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 95288 invoked by uid 500); 10 Dec 2008 15:28:36 -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 95276 invoked by uid 99); 10 Dec 2008 15:28:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 07:28:36 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elyes.sallem@gmail.com designates 209.85.218.10 as permitted sender) Received: from [209.85.218.10] (HELO mail-bw0-f10.google.com) (209.85.218.10) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 15:28:21 +0000 Received: by bwz3 with SMTP id 3so2328309bwz.11 for ; Wed, 10 Dec 2008 07:28:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=j5wLp3dMehLUQa3tVuDdkAo1fecfzhg8J/DyAfCiopw=; b=P80RlRJvNYTc16u95sPJEDemZwMTBWo2Lw0fuivgVsz48arp/rC7vEdbufM7eeWisG N0CE2Tefp+kzTAN1oFqmM94jnAC1QM6J1orrFh7jOglZli+lOb+tO6uzR6R2jPzZtle0 OkoRsOIbbX8nOB+KgdooqD8LqHvTab/E+c/t0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=JJpUBQ3yOi0QZKVBYgo4XqmGuiZhzDmwsitUKwt9XgnDr/eghjYunB3CnWKZew1utS OWOc3cg/OoyMUwSiURbPnAwRKAcc5n74sIstqmpMYoRmj05oM1Dgy/MiP0qBEnLTYTwU iZZaaTetUvsyLNpj3R8eJ2JHp3nY9707u4qhs= Received: by 10.181.146.11 with SMTP id y11mr498792bkn.5.1228922836287; Wed, 10 Dec 2008 07:27:16 -0800 (PST) Received: by 10.181.197.11 with HTTP; Wed, 10 Dec 2008 07:27:16 -0800 (PST) Message-ID: <403e53350812100727i77afbd38y9922b59b0d9a3651@mail.gmail.com> Date: Wed, 10 Dec 2008 16:27:16 +0100 From: "elyes sallem" To: "Struts Users Mailing List" Subject: html:select for a string list MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42609_8898104.1228922836298" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_42609_8898104.1228922836298 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, i have a html:select in a html:form this select is build from a List valLis, defined in an actionForm i used the html:select in a list of object , it work but now it is a list of string, so i have not value and label i need just to recuperate the value and set the list of string what must i add as attribute to html:optionCollection, here is html:select Regards Elyes. ------=_Part_42609_8898104.1228922836298--