Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 480 Bytes

tag.attr.md

File metadata and controls

20 lines (17 loc) · 480 Bytes

Attr Tag

To print a dynamic parameter string in a part JSP.
<%@ taglib prefix="efw" uri="efw" %>
<!-- codes in the part jsp -->
<div>
...
<efw:Attr key="param1"/>		//or efw:attr , efw:ATTR
...
</div>

The key should be defined as Part tag dynamic params.

Attributes

NameRequiredDefaultDescription
keyYesThe identity of the dynamic parameter.