login_path

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "login_path".
... in login.naml
111
112
113
114
115
116
117
<macro name="login_path" parameters="message,nextUrl">
    <n.encode_url.remove_spaces.>
        /template/NamlServlet.jtp?macro=login_page
        <n.add_to_path name="message" value="[n.message/]" />
        <n.add_to_path name="nextUrl" value="[n.nextUrl/]" />
    </n.encode_url.remove_spaces.>
</macro>