Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 565 Bytes

tag.prop.md

File metadata and controls

20 lines (17 loc) · 565 Bytes

Prop Tag

To print a string defined in efw.properties to JSP.
<%@ taglib prefix="efw" uri="efw" %>
<body>
...
<efw:Prop key="here"/>		//or efw:prop , efw:PROP
...
</body>

The key should be defined in efw.properties .

Attributes

NameRequiredDefaultDescription
keyYesThe identity of the property string.
defaultNo""The default value if the key has not been defined in efw.properties.