Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 67524 invoked from network); 23 Jul 2007 14:11:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2007 14:11:54 -0000 Received: (qmail 61723 invoked by uid 500); 23 Jul 2007 14:11:54 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 61267 invoked by uid 500); 23 Jul 2007 14:11:53 -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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 61252 invoked by uid 99); 23 Jul 2007 14:11:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 07:11:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 07:11:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 31B6F7141F1 for ; Mon, 23 Jul 2007 07:11:31 -0700 (PDT) Message-ID: <2748414.1185199891197.JavaMail.jira@brutus> Date: Mon, 23 Jul 2007 07:11:31 -0700 (PDT) From: "Grzegorz Kossakowski (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Closed: (COCOON-1991) Make Forms and Ajax use of new features introduced by servlet-service-fw In-Reply-To: <21063758.1170004669069.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz Kossakowski closed COCOON-1991. ---------------------------------------- Resolution: Fixed Changes has been merged with trunk long time ago and everything works ok. Just for record, here are migration guides: http://cocoon.zones.apache.org/daisy/cdocs-forms/g1/1351.html - Forms http://cocoon.zones.apache.org/daisy/cdocs/g1/g2/g1/1350.html - Ajax > Make Forms and Ajax use of new features introduced by servlet-service-fw > ------------------------------------------------------------------------ > > Key: COCOON-1991 > URL: https://issues.apache.org/jira/browse/COCOON-1991 > Project: Cocoon > Issue Type: Improvement > Components: Blocks: Ajax, Blocks: Forms > Affects Versions: 2.2-dev (Current SVN) > Reporter: Grzegorz Kossakowski > Assignee: Grzegorz Kossakowski > Fix For: 2.2-dev (Current SVN) > > > I'm going to refactor Ajax and Forms blocks as discussed in http://thread.gmane.org/gmane.text.xml.cocoon.devel/69848. > This is main issue. I'll create sub-issues for each task and make this issue depend on them. > This is summary of things to be done: > 1. Make resources (JS, css etc.) of Ajax block served directly by this block. It means that cocoon-ajax-impl will get mounted at some location and sitemap created in this block will serve resources. This will make "_cocoon/**" global pipeline redundant (at least for loading ajax resources...). > 2. The same as above for Forms blocks. > 3. Expose stylesheets of each block via sitemap and fix stylesheets in samples block to include exposed stylesheets via servlet: protocol. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.