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><servlet:context></tt> tag:</p> <pre><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> --- </pre> <h2>Correcting links and paths</h2> (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)