Re: Using Path expression in Map Action type

2003-06-04 Thread Andreas Hartmann
Hi Shane, Shane McEneaney wrote: .. The code above fails and I have found no documentation to suggest if there is a way of doing it. this way it won't work. The sitemap is compiled to a Java program (tomcat/work/.../sitemap_xmap.java). A

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 . .. The code above