Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.3.8
-
None
Description
In LinkTag the release() function is incorrectly setting null to parameters attribute.
This lead to NullPointerException when the tag is reused.
Line 391 :
parameters = null;
should become
parameters.clear();
Attachments
Issue Links
- is duplicated by
-
STR-3045 On Weblogic 8.1.5, A exception was found when used more Html:link's
- Closed