====== ErrorSummary Tag ====== '''' is a compile time component used in conjunction with a [[form|form tag]]. Acts as a container to place form validation errors at runtime. Must be contained by a form element. Can contain //all// form errors as a list, or, if the ''for'' attribute is used, can deal with errors for individual fields. If you do use the ''for'' attribute it should be set to the value of the form field's ''displayname'' attribute (//if set//) rather than its ''name'' or ''id'' attribute. ===== Usage =====
{$~ErrorMessage}

{$~ErrorMessage}

{$~ErrorMessage}