template::data::validate::search (public)
template::data::validate::search value_ref message_ref
Defined in packages/acs-templating/tcl/data-procs.tcl
It was necessary to declare a datatype of "search" in order for the transformation to be applied correctly. In reality, the transformation should be on the element, not on the datatype. DRB: in practice a template form datatype is defined by the presence of a validate procedure for that type.
- Parameters:
- value_ref (required)
- Reference variable to the submitted value
- message_ref (required)
- Reference variable for returning an error message
- Returns:
- True (1)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- validate_search