template::frm_page_handler (public)

 template::frm_page_handler

Defined in packages/acs-templating/tcl/filter-procs.tcl

Build the form information for the form page filter. This was originally handled inline but doing so screwed up the query processor.

Testcases:
No testcase defined.
Source code:
    set url [ns_conn url]
    regsub {.frm} $url {} url_stub
    regexp {^/([^/]*)(.*)} $url_stub all package_key rest
    set __adp_stub "$::acs::rootdir/packages/$package_key/www$rest"

    # Set the parse level
    lappend ::templating::parse_level [info level]

    # execute the code to prepare the form(s) for a template
    adp_prepare

    # get the form template
    return [form::template [ns_queryget form_id] [ns_queryget form_style]]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: