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 Classorg.dbforms.taglib.MessageTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
keytruetruejava.lang.Stringname of the key-field.
paramfalsetruejava.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.