rp_form_update (public, deprecated)

 rp_form_update name value

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

Deprecated. Invoking this procedure generates a warning.

Identical to rp_form_put, but uses ns_set update instead. DEPRECATED: this proc is a trivial wrapper over NaviServer functionalities. One should use the native api directly.

Parameters:
name
value
Returns:
the form ns_set, in case you're interested. Mostly you will want to discard the result.
See Also:
  • ns_getform
  • ns_set

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) rp_form_update rp_form_update rp_form_update->ad_log_deprecated

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc rp_form_update
    set form [ns_getform]
    ns_set update $form $name $value
    return $form
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: