template::request::create (public)

 template::request::create [ args... ]

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

Create the request data structure. Typically called at the beginning of the code for any page that accepts query parameters.

Options:
-params
A block of parameter declarations, separated by newlines. Equivalent to calling set_param for each parameter, but requiring slightly less typing.

Testcases:
No testcase defined.
[ show source ]
Show another procedure: