template::request::is_valid (public)
template::request::is_valid [ url ]
Defined in packages/acs-templating/tcl/request-procs.tcl
Checks for any param errors. If errors are found, sets the display template to the specified URL (a system-wide request error page by default).
- Parameters:
- url (optional)
- The URL of the template to use to display error messages. The special value "self" may be used to indicate that the template for the requested page itself will handle reporting error conditions.
- Returns:
- 1 if no error conditions exist, 0 otherwise.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.