Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 70734 invoked from network); 27 Aug 2004 09:45:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Aug 2004 09:45:10 -0000 Received: (qmail 25068 invoked by uid 500); 27 Aug 2004 09:45:04 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 25012 invoked by uid 500); 27 Aug 2004 09:45:04 -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 24995 invoked by uid 99); 27 Aug 2004 09:45:04 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,RCVD_IN_SORBS_DUL X-Spam-Check-By: apache.org Received: from [213.228.0.176] (HELO postfix4-2.free.fr) (213.228.0.176) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 27 Aug 2004 02:45:02 -0700 Received: from imp3-q.free.fr (imp3-q.free.fr [212.27.42.3]) by postfix4-2.free.fr (Postfix) with ESMTP id F3E3A1C7A5D for ; Fri, 27 Aug 2004 11:44:59 +0200 (CEST) Received: by imp3-q.free.fr (Postfix, from userid 33) id C730425871; Fri, 27 Aug 2004 11:44:59 +0200 (MEST) Received: from 192.104.245.12 ([192.104.245.12]) by imp3-q.free.fr (IMP) with HTTP for ; Fri, 27 Aug 2004 11:44:59 +0200 Message-ID: <1093599899.412f029bac626@imp3-q.free.fr> Date: Fri, 27 Aug 2004 11:44:59 +0200 From: gdansk@free.fr To: commons-user@jakarta.apache.org Subject: [betwixt] XML to java question MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 192.104.245.12 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I want to passe from the following XML ]>
num1 boolTrue
To the following java bean public class Form { private String txtNumClient; private boolean chkSuiviICP; // ... } How to use my ID attributes "code" from the XML to map my bean attributes in Java? Thank you for any suggestions. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org