Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Here you have a repo that reproduce this:
Description
On some application servers, like glassfish, when handling jsp tag pooling, attribute values are cached or not reinitiallized.
For example:
<s:textfield size="50"> <jsp:attribute name="placeholder">THIS TEXTFIELD SHOULD HAVE VALUE</jsp:attribute> <jsp:attribute name="value">VALUE</jsp:attribute> </s:textfield> <s:textfieldsize="50"> <jsp:attribute name="placeholder">THIS TEXT FIELD SHOULDN'T HAVE VALUE</jsp:attribute> </s:textfield>