Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 28695 invoked from network); 9 Aug 2006 16:31:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2006 16:31:22 -0000 Received: (qmail 20395 invoked by uid 500); 9 Aug 2006 16:31:17 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 20322 invoked by uid 500); 9 Aug 2006 16:31:17 -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 20311 invoked by uid 99); 9 Aug 2006 16:31:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 09:31:17 -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; Wed, 09 Aug 2006 09:31:16 -0700 Received: (qmail 19736 invoked by uid 0); 9 Aug 2006 16:31:30 -0000 Received: from unknown (HELO ?192.168.0.3?) (ml@67.171.172.83) by wrinkledog.com with SMTP; 9 Aug 2006 16:31:30 -0000 Mime-Version: 1.0 (Apple Message framework v623) In-Reply-To: <5705163.post@talk.nabble.com> References: <5705163.post@talk.nabble.com> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Mark Lundquist Subject: Re: Widget Tree and dynamic page updating with Ajax Date: Wed, 9 Aug 2006 09:30:54 -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 5:17 AM, nackey wrote: > I have a widget tree and if I select a node I would like that > a part of the web page will be updated (e.g. with ajax) > > If I select another node, also a part of the web page should be = dynamic > updated and the part, which I updated with the previous node, should > not disappear. > > My aim is that I would like to decide which information will be=20 > displayed. > > E.g. I have a tree of employee with the nodes: name, first name,=20 > street, > zip, city etc. > Now I select the nodes first name and city and I would like to see=20 > these > information. That doesn't sound like the kind of thing to use Ajax for... why is an=20= update required if you are just doing a little show/hide thing? The=20 amount of information you're talking about is small, so... might it not=20= be better to just send it all and handle all of this interaction=20 client-side? Or maybe I misunderstood? =97ml=97 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org