Big Chungus
02/28/2021, 4:59 PMsetAttribute("disabled", "${booleanValue}")
does not work since it results in
<tag disabled="true" />
<tag disabled="false" />
instead of expected
<tag disabled />
<tag />
Context: I'm trying to add disabled
attribute on li
element to implement bootstrap pagination