Hi,
I have an action set that contains one action:
<map:action-set name="xmldb">
<map:act type="addcollection" action="AddCollection"/>
</map:action-set>
if I use this action in the sitemap, in the following way, I get a
"org.apache.cocoon.ResourceNotFoundException: No pipeline matched request".
<map:match pattern="xmldb/*.xsp">
<map:act set="xmldb">
<map:generate type="serverpages"
src="docs/xmldb/{../1}.xsp"/>
<map:transform src="docs/xmldb/{../1}.xsl"/>
<map:serialize/>
</map:act>
</map:match>
If I change the action set and add an action to it of the form <map:action
type=... />, I don't get the exception.
What am I doing wrong?
TIA,
Michael Homeijer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]