leaffile

toc
<mm:leaffile> This tag does the same as LeafIncludeTag, but instead of including the page that was found, it returns the URL for that page. This URL can be displayed using the `write' tag.
see alsoparam | url | leafinclude
attributes
  • objectlist
    The list of objects
  • notfound (since: MMBase-1.8)
    Specify the behaviour when the file cannot be found. Default is 'exception', but you can change this to silently fail if the file does not exist.
    skipDo not generate any error if the file cannot be found
    exceptionRaise an exception if the file cannot be found
attributes
writer attributes
contextwriter attributes
contextreferrer attributes
cloudreferrer attributes
example 1
See the example for tag `leafinclude'.