| 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 also | param | 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.
| skip | Do not generate any error if the file cannot be found |
| exception | Raise 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'.
|