> with reference to the tag <cfinclude>, is it
correct that if the path given as
> part of the URL attribute starts with a "/" then the
path is assumed to be a
> coldfusion mapping?
No, not quote correct. It'll use a mapping if the path
specified in the
template attribute MATCHES a mapping path. Otherwise it'll
assume it's in
the webroot (which has a JRUN mapping "/" to it, so I suppose
strictly
speaking you are correct, but missing the "/ is a mapping
too" part).
What you're seeing is expected behaviour, anyhow.
--
Adam