<%@ taglib prefix="efw" uri="efw" %>
<body>
...
<efw:Prop key="here"/> //or efw:prop , efw:PROP
...
</body>
The key should be defined in efw.properties .
Name | Required | Default | Description |
---|---|---|---|
key | Yes | The identity of the property string. | |
default | No | "" | The default value if the key has not been defined in efw.properties. |