dbforms
Tag message
this tag renders a read-only text label. The data
displayed is retrieved via a resource bundle and is
locale-specific.
Example:
Example:
<db:message key="testkey"
param="param0, param1, param2" />
testkey in resourcefile
This is a testmessage with {0}, {1}, {2} params!
Result
This is a testmessage with param0, param1,
param2 params!
| Tag Information |
| Tag Class | org.dbforms.taglib.MessageTag |
| TagExtraInfo Class | None |
| Body Content | empty |
| Display Name | None |
| Attributes |
| Name | Required | Request-time | Type | Description |
| key | true | true | java.lang.String | name of the key-field. |
| param | false | true | java.lang.String |
parameterlist for the message. Format: param1,
param2, param3 message must be of the form:
'this is a message with parameter: {0}, {1}, {3}
each occurence of {0} will be replaced with
param1 and so on. This is the same mechanism
wich is used in xmlErrors!
|
| Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.