get_node_from_parameter

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in utilities.naml
939
940
941
942
943
944
945
946
947
<macro name="get_node_from_parameter" dot_parameter="do" requires="servlet">
    <n.catch_exception
Binary
Namespace: BasicNamespace
Parameters: id, do
. id="get-node-block">
        <n.get_node_from_request_parameter
Binary
Namespace: ServletNamespace
Parameters: do
.do/>
    </n.catch_exception.><n.handle_exception
Binary
Namespace: NabbleNamespace
Parameters: for, do
. for="get-node-block">
        <n.exception
Binary
Namespace: ExceptionNamespace
Parameters: name, do
. name="node_not_found">
            <n.send_http_error
Binary
Namespace: ServletNamespace
Parameters: code, text
 code="404" text="Node Not Found" />
        </n.exception.>
    </n.handle_exception.>
</macro>