Hi All,

I'm trying to use a parameter to specify which action set to use in a
pipeline as below:

...
<map:match pattern="*/*/*.xhtml">
...                             
        <!-- perform page specific actions -->
        <map:act set="{3}-actions" />
...

The parameter doesn't seem to be getting substituted, as I get the
error:

Unknown action-sets named '{3}-actions' at file:...

Does the act component support substitution?  Any workarounds or
suggestions on where to fix?

Cheers,

Damon



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

Reply via email to