Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 43543 invoked from network); 3 May 2004 14:53:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 May 2004 14:53:33 -0000 Received: (qmail 59693 invoked by uid 500); 3 May 2004 14:53:24 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 59649 invoked by uid 500); 3 May 2004 14:53:23 -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 59633 invoked from network); 3 May 2004 14:53:23 -0000 Received: from unknown (HELO web90103.mail.scd.yahoo.com) (66.218.94.74) by daedalus.apache.org with SMTP; 3 May 2004 14:53:23 -0000 Message-ID: <20040503145325.589.qmail@web90103.mail.scd.yahoo.com> Received: from [64.242.240.2] by web90103.mail.scd.yahoo.com via HTTP; Mon, 03 May 2004 07:53:25 PDT Date: Mon, 3 May 2004 07:53:25 -0700 (PDT) From: Alex Romayev Subject: RE: [portal] Transfering control from CachingURICoplet to portal To: dev@cocoon.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 --- Carsten Ziegeler wrote: > Alex Romayev wrote: > > > > Carsten, is there another way of doing this, say > directly > > from flow? I really don't see this as a one-off > case, where > > a client JavaScript workaround is good enough. > > > Hmm, I think not - you have to do a global redirect > there and > this is imho not possible with the portal. > > Carsten > Seems like a fairly common use case though, registration is one example. A couple of others: - "Edit saved search": on submit, write the edited search to the database, open another page which would run the search and display the results. - "Edit user preferences", on submit save info to the database and open a portal page reflecting the new preferences. Is there another way of implementing these types of coplets, other than CachingURICoplet, which work better within portal? -Alex