I am assuming you want the value of "save" to equal "foobar" in the case where the URI is "save/foobar". Try using {../1} instead. Since actions add their own parameters to the sitemap you need to tell Cocoon to get the parameter from the match.

Lionel Crine wrote:

I wrote that this match:

    <map:match pattern="save/*">
          <map:act type="Save">
           <map:parameter name="save" value="{1}"/>
          </map:act>
    </map:match>


Cocoon didn't find the resource. Is it illegal to write that ?



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to