Diwaker Gupta wrote:
I'm getting errors using locationmap:$ cat content/locationmap.xml <locationmap xmlns="http://apache.org/forrest/locationmap/1.0"> <locator> <match pattern="code/**"> <location src="http://floatingsun.net/code/{1}" /> </match> </locator> </locationmap> Usage in my pages is like: <a href="lm:code/DaffyInstaller.jar">Daffy Installer</a>
<a href="{lm:code/DaffyInstaller.jar}">Daffy Installer</a> (note curly backets) Ross