Alternate Syntax

The <t:value> tag cannot be the value of an HTML tag attribute, such as the href attribute of an anchor, <a>, tag. In such cases, use an alternate syntax to specify a dynamic property. For example:

You can find <a href="${url}">more details</a>.

Note: The null attribute is not supported in the alternate syntax.