Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 68856 invoked from network); 11 Feb 2004 01:05:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Feb 2004 01:05:42 -0000 Received: (qmail 47345 invoked by uid 500); 11 Feb 2004 01:05:22 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 47282 invoked by uid 500); 11 Feb 2004 01:05:21 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 47265 invoked from network); 11 Feb 2004 01:05:21 -0000 Received: from unknown (HELO sharpei.wrinkledog.com) (65.243.176.122) by daedalus.apache.org with SMTP; 11 Feb 2004 01:05:21 -0000 Received: (qmail 9653 invoked from network); 11 Feb 2004 01:07:20 -0000 Received: from c-67-171-181-164.client.comcast.net (HELO ?192.168.0.3?) (ml@67.171.181.164) by xerox-servicesales.com with SMTP; 11 Feb 2004 01:07:20 -0000 Mime-Version: 1.0 (Apple Message framework v609) Content-Transfer-Encoding: 7bit Message-Id: <5F43990C-5C2E-11D8-B005-000A95908E0E@wrinkledog.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: dev@cocoon.apache.org From: Mark Lundquist Subject: Is this a known bug in 2.1.3? Date: Tue, 10 Feb 2004 17:05:24 -0800 X-Mailer: Apple Mail (2.609) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm having a problem with Cocoon 2.1.3, so I tried my test case against a Cocoon built from one of today's snapshots. The problem doesn't occur in the latest Cocoon. My apologies for not being able to figure out on my own whether this is a known bug; I queried Bugzilla and looked at a lot of bug summaries, but nothing jumped out at me. I'm hoping that if this is something that was intentionally fixed since 2.1.3, someone can point me in the right direction with enough information to help me figure out how to make my own patch to fix this in 2.1.3. The problem: if I create a form in flow and save it in the session like this: cocoon.session.setAttribute ('form', form.form); ...then try to retrieve it in the WoodyTemplateTransformer like this: