Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.6
-
None
Description
The LinkTag now renders the link twice. The doEndTag() method has the following line duplicated:
TagUtils.getInstance().write(pageContext, results.toString());