template::element::error_p (public)
template::element::error_p form_id element_id
Defined in packages/acs-templating/tcl/element-procs.tcl
Return true if the named element has an error set. Helpful for client code that wants to avoid overwriting an initial error message.
- Parameters:
- form_id (required)
- The identifier of the form containing the element.
- element_id (required)
- The unique identifier of the element with which the error message should be associated in the form template.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.