Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 66372 invoked from network); 8 Aug 2006 18:19:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 18:19:49 -0000 Received: (qmail 88164 invoked by uid 500); 8 Aug 2006 18:19:45 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 88100 invoked by uid 500); 8 Aug 2006 18:19:44 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 88087 invoked by uid 99); 8 Aug 2006 18:19:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 11:19:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ml@wrinkledog.com designates 207.162.210.50 as permitted sender) Received: from [207.162.210.50] (HELO wrinkledog.com) (207.162.210.50) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 08 Aug 2006 11:19:43 -0700 Received: (qmail 4946 invoked by uid 0); 8 Aug 2006 18:19:45 -0000 Received: from unknown (HELO ?192.168.0.3?) (ml@67.171.172.83) by wrinkledog.com with SMTP; 8 Aug 2006 18:19:45 -0000 Mime-Version: 1.0 (Apple Message framework v623) In-Reply-To: <20060808094432.289930@gmx.net> References: <20060808094432.289930@gmx.net> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Mark Lundquist Subject: Re: Access to XML bean elements in flowscript/javaflow Date: Tue, 8 Aug 2006 11:19:09 -0700 To: users@cocoon.apache.org X-Mailer: Apple Mail (2.623) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Aug 8, 2006, at 2:44 AM, Saskia Heesen wrote: > tmp.getNodeName() I get "beannumber". (that's correct) > > When I say > > tmp.getNodeValue I get "null". How can I receive the value of my bean? 2 thoughts: 1) I think JXPath is the easiest way to query a DOM tree; 2) Maybe the value really is null? I think I would fire up HTTPLiveHeaders in Mozilla to sniff the POST=20 request and just make sure the request parameter is really coming back,=20= if there was any chance of anything screwy happening on the client=20 side. Then I would turn on debugging in CForms and look for log=20 messages from the binding framework. =97ml=97 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org