Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Introduce a nested argument tag, similar to <fmt:param value="${param1}"/>
or, more separating functionality, introduce:
<properties:format message="${myproperty}">
<properties:param value="${myvalue}"/>
</properties:format>