IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

FieldErrorTag

A FieldErrorTag accesses the data element named dataName and, if this data element is in error, gets the element error information and writes it on the HTML page.

Mandatory attributes: dataName

Table 1. FieldErrorTag attributes
Attribute Description Default value
dataName Name of the DataField in the Context hierarchy  
fontColor Color of the text null
fontSize Size of the text null
fontFace Typeface of the text null
style Style for the field description null
message Preset message for any error in the DataElement. The value of this attribute is used as a key to retrieve the localized text from the resource bundle. null

See ValidationErrorsTag for an example of using FieldErrorTag.



Feedback