Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 18035 invoked from network); 2 May 2007 14:58:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 14:58:49 -0000 Received: (qmail 89330 invoked by uid 500); 2 May 2007 14:58:55 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 89304 invoked by uid 500); 2 May 2007 14:58:55 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 89289 invoked by uid 99); 2 May 2007 14:58:54 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.67] (HELO cocoon.zones.apache.org) (140.211.11.67) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 07:58:54 -0700 Message-ID: <27249326.1178117907818.JavaMail.daisy@cocoon.zones.apache.org> Date: Wed, 2 May 2007 14:58:27 +0000 (GMT+00:00) From: daisy@cocoon.zones.apache.org To: docs@cocoon.apache.org Subject: [DAISY] Updated: Migration guide Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1351.html Document ID: 1351 Branch: main Language: default Name: Migration guide (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 5/2/07 2:58:16 PM Updated by: Grzegorz Kossakowski A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 10967 bytes (previous version: 11034 bytes) Content diff: (20 equal lines skipped) put this configuration inside <servlet:context> tag:

<servlet:connections>
---   <servlet:connections>
---     <entry key="ajax" value-ref="org.apache.cocoon.ajax.impl.servlet"/>
---     <entry key="forms" value-ref="org.apache.cocoon.forms.impl.servlet"/>
---   </servlet:connections>
+++   <entry key="ajax" value-ref="org.apache.cocoon.ajax.impl.servlet"/>
+++   <entry key="forms" value-ref="org.apache.cocoon.forms.impl.servlet"/>
    </servlet:connections>
--- 
    

Correcting links and paths

(161 equal lines skipped) <map:parameter name="locale" value="{flow-attribute:locale}"/> </map:transform> --- <map:transform type="servletLinkRewriting"/> <!-- here is the transformation step you will need to add --> +++ <map:transform type="servletLinkRewriter"/> <!-- here is the transformation step you will need to add --> <map:select type="ajax-request"> <map:when test="true"><!-- sending a partial Browser Update --> (32 equal lines skipped)