Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

<f:param>

Standard JET2 Format Tags

param

Define a parameter value for a containing f:message tag.

If the value attribute is defined, then this defines the parameter value. Otherwise, the tag's body content defines the parameter value.

This tag must be contained within a f:message tag, or a runtime error will occur.


Tag Summary
required <f:param>
    content to be written
</f:param>
full tag <f:param value="value">
    content to be written
</f:param>

Optional Attributes
value
The parameter value. If omitted, the tag's body content is used as the parameter value.

Example
<f:message key="helloWorld"><f:param value="Bob"/></f:message>
<f:message key="helloWorld"><f:param>Bob</f:param></f:message>


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire