Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 88675 invoked from network); 8 Nov 2004 16:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Nov 2004 16:04:22 -0000 Received: (qmail 22039 invoked by uid 500); 8 Nov 2004 16:04:11 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 21908 invoked by uid 500); 8 Nov 2004 16:04:10 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 21887 invoked by uid 99); 8 Nov 2004 16:04:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [62.39.36.82] (HELO armail.arsoe-trelaze.com) (62.39.36.82) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 08 Nov 2004 08:04:05 -0800 Received: from arsovir.arsoe.pl ([192.168.38.180]) by armail.arsoe-trelaze.com (8.11.0/8.11.0) with SMTP id iA8G41523972 for ; Mon, 8 Nov 2004 17:04:01 +0100 Received: from 192.168.38.176 by arsovir.arsoe.pl (InterScan E-Mail VirusWall NT); Mon, 08 Nov 2004 17:06:39 +0100 To: "Jakarta Commons Users List" Subject: =?iso-8859-1?Q?R=E9f=2E_=3A_[beanUtils]_BeanUtils_doesn't_found_my?= setters. MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: From: Nicolas.CHALUMEAU@arsoe-trelaze.com Date: Mon, 8 Nov 2004 17:04:12 +0100 X-MIMETrack: Serialize by Router on Domino/arsoe trelaze/rie(Release 5.0.9a |January 7, 2002) at 08/11/2004 17:04:12, Serialize complete at 08/11/2004 17:04:12 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N If I don't make error beanUtils want that your java bean follows the=20 javaBean specification so setter and getter look like : public String getDn(); =20 public void setDn(String dn); =20 public String getAction(); =20 public void setAction(String action); But I think you can provide this getter and setter for beanUtils and have=20 your other getter and setter too. Nicolas,=20 Marc DEXET 08/11/2004 17:01 Veuillez r=E9pondre =E0 "Jakarta Commons Users List" =20 Pour : Jakarta Commons Users List cc :=20 Objet : [beanUtils] BeanUtils doesn't found my setters. Hello everybody. =20 Assume a Interface like this =20 public interface MyInterface { =20 public String getDn(); =20 public MyInterface setDn(String dn); =20 public String getAction(); =20 public MyInterface setAction(String action); } =20 It's a dom4j-like design to do : MyObject.setDn("myDn").setAction("myAction"); =20 Is it this kind of design which makes BeanUtils blind about my setter ? --=20 Marc DeXeT BEST - DSI Meudon 01.45.07.51.56 marc.dexet@dsi.cnrs.fr =20 --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org