Description: A visual interactive representation of all auto-validated form parameter errors.
JavaDoc: Click here
Remarks: This component allows interactive visualizations of all errors and their description. All fields also show errors in place when possible.
Body content: Empty. All enclosed content will be ignored.
Attributes:
| Name | Description | Data type | Required | Default value |
| cssClass | The CSS class name to apply | String | No | - |
| title | The box title | String | No |
Examples:
<dif:document>
<dif:parameterErrors />
<dif:form name="login">
<dif:fieldset title="${messages.pageHeading}">
<input name="afterloginstageid" type="hidden" value="${stage.afterLoginStageID}" />
<dif:textField id="_user" />
<dif:textField id="_pass" confidential="true" />
</dif:fieldset>
<input type="submit" name="${messages.submit}" />
</dif:form>
...
</dif:document>
See also: