Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 14098 invoked from network); 15 Feb 2005 11:22:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Feb 2005 11:22:28 -0000 Received: (qmail 10729 invoked by uid 500); 15 Feb 2005 11:22:27 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 10661 invoked by uid 500); 15 Feb 2005 11:22:25 -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 10648 invoked by uid 99); 15 Feb 2005 11:22:25 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=RCVD_BY_IP,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 15 Feb 2005 03:22:24 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D10k3-0004UD-0i for dev@cocoon.apache.org; Tue, 15 Feb 2005 12:19:43 +0100 Received: from 80.125.229.97 ([80.125.229.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2005 12:19:43 +0100 Received: from t.katelbach by 80.125.229.97 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2005 12:19:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: oceatoon Subject: Cform: Field 2 SelectionList, and the otherway?? Date: Tue, 15 Feb 2005 12:21:43 +0100 Organization: oceatoon Lines: 18 Message-ID: Reply-To: t.katelbach@systheo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 80.125.229.97 Mail-Copies-To: t.katelbach@systheo.com User-Agent: KNode/0.8.2 Sender: news X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner-SpamScore: s X-MailScanner-From: ap-cocoon-dev@m.gmane.org X-MailScanner-To: dev@cocoon.apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi everyone I posted this in "user list" but got no response, maybe someone here can help me onthis one. I have a field widget(1) that becomes a selection list by a value change of another widget(2) in the page. This works great. But for a certain value of the widget(2), on change, I would need to make that selection list back into a field widget??? I found the removeSelectionList(); but it doesn't work?? there are two "interface SelectableWidget", one with the remove and the other without??? I don't know what to do ? Is my use case possible? Thanks for the help Tibor