messagePrefix | false | true | java.lang.String |
Note: DbForms v1.0 no longer appends
Exception messages together. Therefore the
exception message you input is the only text
contained in the message. Hence, no need for
message Prefix anymore.
The user may define a messagePrefix
attribute to specify a delimiter. If
defined, only the exception message after
the delimeter iswritten out. This can be
used to produce a user interface with nice,
clean output. If the error tag does not
contain a value formessagePrefix, the tag
works as normal (prints out the exception
information)
|