| toc |
| <mm:treefile>
This tag does the same as TreeIncludeTag, but instead of including the
page that was found, it returns the URL for that page.
|
| see also | param | url | treeinclude | 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 |
| log | Log a message if the file cannot be found |
| message | Write message if the file cannot be found |
|
| attributes |
|
| writer attributes |
|
| contextwriter attributes |
|
| contextreferrer attributes |
|
| cloudreferrer attributes |
|
|
example 1 |
See the example for tag `leafinclude'.
|