ResourceExistsAction problem

2002-05-20 Thread Ivan Luzyanin
Hello all! I've got problem using ResourceExistsAction with context path $COCOON/site/sitemap.xmap map:match pattern=content-**.xsp map:act type=resource-exists map:parameter name=url value=context://dynamic/{1}.xsp/ map:generate src=dynamic/{1}.xsp type=serverpages/ map:transform

Re: ResourceExistsAction problem

2002-05-20 Thread KOZLOV Roman
Hi Ivan, Use {../1}, because you need the match's level sitemap and not action's one. Roman Ivan Luzyanin wrote: Hello all! I've got problem using ResourceExistsAction with context path $COCOON/site/sitemap.xmap map:match pattern=content-**.xsp map:act type=resource-exists