Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 27314 invoked from network); 26 Mar 2003 08:40:11 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 26 Mar 2003 08:40:10 -0000 Received: (qmail 25291 invoked by uid 97); 26 Mar 2003 08:42:08 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 25284 invoked from network); 26 Mar 2003 08:42:07 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 26 Mar 2003 08:42:07 -0000 Received: (qmail 22695 invoked by uid 500); 26 Mar 2003 08:39:05 -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 22632 invoked from network); 26 Mar 2003 08:39:04 -0000 Received: from smtp.terra.es (HELO tsmtp4.mail.isp) (213.4.129.129) by daedalus.apache.org with SMTP; 26 Mar 2003 08:39:04 -0000 Received: from Coruscant ([80.33.248.167]) by tsmtp4.mail.isp (terra.es) with ESMTP id HCCLDC00.3L3 for ; Wed, 26 Mar 2003 09:39:12 +0100 Message-ID: <011d01c2f373$28a70be0$5901a8c0@Coruscant> From: =?iso-8859-1?Q?Daniel_Bl=E1zquez?= To: Subject: formBean setters not called on form submitting Date: Wed, 26 Mar 2003 09:38:59 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0118_01C2F37B.877872A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0118_01C2F37B.877872A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everybody: I have a form bean with two lists and a html-javascript list-selector = gizmo as seen in tiles exaples (for choosing portal tiles and menu = customization, tiles-documentation/examples/myPortalSettings.jsp). In filling time, everything ok, the options are displayed. But in saving = time, when html form values are saved in the formBean object, my list = values are not saved. The two lists are:=20 And the bean methods: public void setAvailables2(String array[]){ availablesVector.copyInto(array); } public void setSelected2(String array[]){ selectedVector.copyInto(array); } The most extrange thing is that i have placed a trace in these setters = (appending something to another field that works ok) and i have noticed = that those methods are not called ever. Does somebody see any problem in my setters or in the form? when are = setters methods efectively called when submitting a form? any help will be very thanked, Dani (Spain) ------=_NextPart_000_0118_01C2F37B.877872A0--