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 <tt>&lt;servlet:context&gt;</tt> tag:</p>
    
    <pre>&lt;servlet:connections&gt;
---   &lt;servlet:connections&gt;
---     &lt;entry key="ajax" 
value-ref="org.apache.cocoon.ajax.impl.servlet"/&gt;
---     &lt;entry key="forms" 
value-ref="org.apache.cocoon.forms.impl.servlet"/&gt;
---   &lt;/servlet:connections&gt;
+++   &lt;entry key="ajax" value-ref="org.apache.cocoon.ajax.impl.servlet"/&gt;
+++   &lt;entry key="forms" 
value-ref="org.apache.cocoon.forms.impl.servlet"/&gt;
    &lt;/servlet:connections&gt;
--- 
    </pre>
    
    <h2>Correcting links and paths</h2>
(161 equal lines skipped)
             &lt;map:parameter name="locale" 
value="{flow-attribute:locale}"/&gt;
           &lt;/map:transform&gt;
    
---        &lt;map:transform type="servletLinkRewriting"/&gt; &lt;!-- here is 
the transformation step you will need to add --&gt;
+++        &lt;map:transform type="servletLinkRewriter"/&gt; &lt;!-- here is 
the transformation step you will need to add --&gt;
    
           &lt;map:select type="ajax-request"&gt;
             &lt;map:when test="true"&gt;&lt;!-- sending a partial Browser 
Update --&gt;
(32 equal lines skipped)