Hi,
     is there any way to use path expressions in the "map:act" tag in the
sitemap? We'd like the sitemap to choose the appropriate Action class
depending on the matched pattern. See the snippet below with the line
<map:act type="{../1}">.

<map:match pattern="get*">
        <map:act type="locale"/>
        <map:act type="session-validator">
          <map:parameter name="descriptor"
value="descriptors/crs-params.xml"/>
          <map:act type="{../1}">
           ..........

The code above fails and I have found no documentation to suggest if there
is a way of doing it.

Any help is greatly appreciated.

Shane McEneaney
Ireland

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

Reply via email to