Details
-
Sub-task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Tiger
-
Tiger Sprint 187, Tiger Sprint 188
Description
One constructor of the AttributeAppender class have been removed:
public AttributeAppender(String attribute, boolean addAttributeIfNotPresent, IModel<?> appendModel, String separator)
Fix: use AttributeAppender(String, IModel)} instead.