Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 40669 invoked from network); 22 Jul 2004 10:46:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jul 2004 10:46:42 -0000 Received: (qmail 86058 invoked by uid 500); 22 Jul 2004 10:46:19 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 85941 invoked by uid 500); 22 Jul 2004 10:46:19 -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 Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 85805 invoked by uid 99); 22 Jul 2004 10:46:18 -0000 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=FROM_ENDS_IN_NUMS,NO_REAL_NAME,PRIORITY_NO_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [213.180.130.49] (HELO smtp9.poczta.onet.pl) (213.180.130.49) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 22 Jul 2004 03:46:15 -0700 Received: from 62-29-144-72.ols.vectranet.pl ([62.29.144.72]:52229 "EHLO [62.29.144.72]") by ps9.test.onet.pl with ESMTP id ; Thu, 22 Jul 2004 12:45:25 +0200 Date: Thu, 22 Jul 2004 12:45:24 +0200 From: szefu18@op.pl Reply-To: szefu18@op.pl X-Priority: 3 (Normal) Message-ID: <1778375603.20040722124524@op.pl> To: users@cocoon.apache.org Subject: InputModule configuration MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello users, mhelper is type InputModuleHelper This code obtains value from InputModule: Object value = (Object) mhelper.getAttribute(pobjectModel, cfg,module,name, null); It work's but I want to pass 'run-time' Configuration to IM: DefaultConfiguration cfg = new DefaultConfiguration(""); DefaultConfiguration child = new DefaultConfiguration(cfg_key); child.setValue(cfg_value); cfg.addChild(child); When I use this cfg in mhelper code above IM acts as no configuration was passed. What I'm doing wrong ? -- Best regards, szefu18 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org