You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Andreas Hartmann <an...@apache.org> on 2006/02/03 15:21:36 UTC

CForms and Ajax pipelines in global-sitemap.xmap

Hi Lenya devs,

can these pipelines be moved into modules?

     <!-- ajax -->
     <map:pipeline>
       <map:match pattern="cforms/ajax/**">
         <map:read src="resource://org/apache/cocoon/ajax/resources/{1}"/>
       </map:match>
     </map:pipeline>

     <!-- cforms -->
     <map:pipeline>
       <map:match pattern="cforms/forms/**">
         <map:read src="resource://org/apache/cocoon/forms/resources/{1}"/>
       </map:match>
     </map:pipeline>


Thanks,

-- Andreas

-- 
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
andreas.hartmann@wyona.com                     andreas@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: CForms and Ajax pipelines in global-sitemap.xmap

Posted by Thorsten Scherler <th...@wyona.com>.
El vie, 03-02-2006 a las 15:21 +0100, Andreas Hartmann escribió:
> Hi Lenya devs,
> 
> can these pipelines be moved into modules?
> 
>      <!-- ajax -->
>      <map:pipeline>
>        <map:match pattern="cforms/ajax/**">
>          <map:read src="resource://org/apache/cocoon/ajax/resources/{1}"/>
>        </map:match>
>      </map:pipeline>
> 
>      <!-- cforms -->
>      <map:pipeline>
>        <map:match pattern="cforms/forms/**">
>          <map:read src="resource://org/apache/cocoon/forms/resources/{1}"/>
>        </map:match>
>      </map:pipeline>
> 
> 
> Thanks,

Yes, I think so.

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
thorsten.scherler@wyona.com                thorsten@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org