Using Path expression in Map Action type

2003-06-04 Thread Shane McEneaney
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/

Re: Using Path expression in Map Action type

2003-06-04 Thread Andreas Hartmann
Hi Shane, Shane McEneaney wrote: 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