Defined in file: hzDissemino.h
The form-handler operates a set of executive steps (m_Exec) which each return a success or a fail. The process is halted as soon as a step fails and if the step has an error action (defined in an <OnError> tag), this error action will be invoked. This may take one of two forms. The <OnError> tag could comprise a (either a goto page or the ANY of the steps fail the form is not handled
Constructors/Detructors
| hdsFormhdl* | hdsFormhdl | (void) | |
| NULL-TYPE | hdsFormhdl | (void) | |
| void | ~hdsFormhdl | (void) | |
| NULL-TYPE | ~hdsFormhdl | (void) |
Member Variables:
| uint32_t | m_Access | This assumes value of forms that name (call) the handler | |
| hzString | m_CompleteGoto | Response to successful form submission | |
| hzList<hdsExec*> | m_Exec | Array (list) of instructions to run upon submission | |
| hzString | m_FailDfltGoto | Response to failed form submission if not reported by the executive steps | |
| hzString | m_Refname | Form handler name (needed to set action in forms) | |
| uint32_t | m_flgFH | Flags for issuance of cookies | |
| hdsResource* | m_pCompletePage | Response to form submission success | |
| hdsResource* | m_pFailDfltPage | Response to form submission in error | |
| hdsFormdef* | m_pFormdef | Form definition in which the form handler is named |