merge_form_with_query (public, deprecated)

 merge_form_with_query [ -bind bind ] form statement_name sql_qry

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Merges a form with a query string. DEPRECATED: this proc does not comply with OpenACS naming convention. Furthermore, ns_formvalueput supports a limited number of HTML variants and input tag types and is subject to various other limitations. For a modern implementation addressing the use-case of this proc one should probably use tools such as tDOM.

Switches:
-bind (optional)
A ns_set stuffed with bind variables for the sql_qry.
Parameters:
form (required)
the form to be stuffed.
statement_name (required)
An identifier for the sql_qry to be executed.
sql_qry (required)
The sql that must be executed.
See Also:

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