Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 65459 invoked from network); 1 Dec 2003 21:51:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Dec 2003 21:51:33 -0000 Received: (qmail 45857 invoked by uid 500); 1 Dec 2003 21:51:13 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 45842 invoked by uid 500); 1 Dec 2003 21:51:13 -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 45829 invoked from network); 1 Dec 2003 21:51:12 -0000 Received: from unknown (HELO web25205.mail.ukl.yahoo.com) (217.12.10.65) by daedalus.apache.org with SMTP; 1 Dec 2003 21:51:12 -0000 Message-ID: <20031201215117.40738.qmail@web25205.mail.ukl.yahoo.com> Received: from [81.240.53.194] by web25205.mail.ukl.yahoo.com via HTTP; Mon, 01 Dec 2003 21:51:17 GMT Date: Mon, 1 Dec 2003 21:51:17 +0000 (GMT) From: =?iso-8859-1?q?David=20Geleyn?= Subject: State saving CopletAdapter? To: users@cocoon.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 Hi all! I'm trying to make a web application with the use of the (new) portal framework. I have some questions about writing a new CopletAdapter. I'm trying to write 'state saving' coplets. Imagine you have two coplets with data and a possibility to filter this data (with a selection list at the top of the coplet, for example). After I have filtered the data in the first coplet, I want this data to be filtered in the exact same way, when I filter the data in the second coplet. I assume that I can use sessions in each separate coplet, but I also assume that there is a better way (with a CopletAdapter?). I tried to retrieve the request parameters when writing a CopletAdapter, but it didn't find how to do that. Anybody any clue? When defining a coplet, I use some request parameters in the URI. First of all, is this a good practice? I noticed that I can't override these request parameters by using request parameters in the URI, which I type in a browser. Is this normal behaviour? Has anybody better solutions to write a 'state saving' coplet adapter? Thanks! David. ________________________________________________________________________ Download Yahoo! Messenger now for a chance to win Live At Knebworth DVDs http://www.yahoo.co.uk/robbiewilliams --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org