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-TYPEhdsFormhdl(void)
void~hdsFormhdl(void)
NULL-TYPE~hdsFormhdl(void)

Member Variables:

uint32_tm_AccessThis assumes value of forms that name (call) the handler
hzStringm_CompleteGotoResponse to successful form submission
hzList<hdsExec*>m_ExecArray (list) of instructions to run upon submission
hzStringm_FailDfltGotoResponse to failed form submission if not reported by the executive steps
hzStringm_RefnameForm handler name (needed to set action in forms)
uint32_tm_flgFHFlags for issuance of cookies
hdsResource*m_pCompletePageResponse to form submission success
hdsResource*m_pFailDfltPageResponse to form submission in error
hdsFormdef*m_pFormdefForm definition in which the form handler is named