Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 61933 invoked by uid 500); 9 Apr 2003 13:08:56 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 61920 invoked from network); 9 Apr 2003 13:08:56 -0000 Received: from web40504.mail.yahoo.com (66.218.78.121) by daedalus.apache.org with SMTP; 9 Apr 2003 13:08:56 -0000 Message-ID: <20030409130857.35806.qmail@web40504.mail.yahoo.com> Received: from [146.140.6.54] by web40504.mail.yahoo.com via HTTP; Wed, 09 Apr 2003 06:08:57 PDT Date: Wed, 9 Apr 2003 06:08:57 -0700 (PDT) From: Kavitha Ramesh Subject: Reading a source To: cocoon-users@xml.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-845083233-1049893737=:33961" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-845083233-1049893737=:33961 Content-Type: text/plain; charset=us-ascii Hi Users, I would like to just read the files inside the folder portal and hence I used like the following in my sitemap and it works. But now I would like to do like the following: and I have added in the sitemap as well.But this doesnt work,,,This happens only when I try to use, and for it works! If you have any ideas pls tell me,,, Kavitha. --------------------------------- Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more --0-845083233-1049893737=:33961 Content-Type: text/html; charset=us-ascii

Hi Users,

I would like to just read the files inside the folder portal and hence I used like the following in my sitemap and it works.

<map:match pattern="portal/**">
  <map:read src="portal/{1}"/>
</map:match>

But now I would like to do like the following:

<map:match pattern="portal/**">
<map:act type="my-create-session-action">
    <map:parameter name="parameters" value="true"/>
<map:read src="portal/{1}"/>
</map:act>
</map:match>

and I have added

<map:action name="my-create-session-action" logger="sitemap.action.request" src="MyRequestAction"/> in the sitemap as well.But this doesnt work,,,This happens only when I try to use<map:read>, and for <map:generate> it works!

If you have any ideas pls tell me,,,

 

Kavitha.



Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more --0-845083233-1049893737=:33961--