Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 25030 invoked from network); 18 Apr 2006 18:41:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2006 18:41:10 -0000 Received: (qmail 36000 invoked by uid 500); 18 Apr 2006 18:41:04 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 35938 invoked by uid 500); 18 Apr 2006 18:41:03 -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 35927 invoked by uid 99); 18 Apr 2006 18:41:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 11:41:03 -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, 18 Apr 2006 11:41:02 -0700 Received: (qmail 2752 invoked by uid 0); 18 Apr 2006 18:43:08 -0000 Received: from unknown (HELO ?192.168.0.3?) (ml@67.171.172.83) by wrinkledog.com with SMTP; 18 Apr 2006 18:43:08 -0000 Mime-Version: 1.0 (Apple Message framework v623) Content-Transfer-Encoding: quoted-printable Message-Id: <85ccce1ee538b722a5314c513680c010@wrinkledog.com> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed To: cocoon-users@apache.org From: Mark Lundquist Subject: Need help with HTMLArea in Cforms Date: Tue, 18 Apr 2006 11:40:16 -0700 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 Hi folks, Maybe someone can give me some ideas where to look in order to debug=20 this problem... I'm trying to integrate the CForms HTMLArea support into an existing=20 Cocoon 2.1.8 applicaiton that uses CForms. Really, it's just changing=20= an existing textarea control into an "htmlarea" widget () and fixing up everything else so that the string=20 value gets serialized/parsed appropriately in all the right places. Anyway... the HTMLArea control is displayed and appears to be work=20 right, i.e. I can perform editing/authoring operations, including adding links, making styling changes etc. The problem is that when I submit the form, the new value of the widget=20= is not submitted. I fired up LiveHTTPHeaders in Mozilla, and I can see=20= that it's the old value in the POST request, not the new one. I=20 checked it at this level just to rule out any server-side CForms=20 botching that I may have going on. The HTMLArea sample in the Cocoon distribution works fine for me. It's=20= just in my real application that I've got something fubar. I'm using=20 Firefox 1.5.0.2 and Moz 1.7.11. I verified that the htmlarea.js script is able to load all of its=20 subsidiary scripts (even though HTMLArea doesn't work in Safari, I=20 fired up the page in Safari so that I could use its very handy Activity=20= window to make sure that everything is loading correctly). Any ideas? =97ml=97 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org