Following the code.
<c:set var="birthdate" value="${requestScope.evaluation.employee.birthDate}"></c:set>
<fmt:formatDate pattern="ddMMyyyy" type="both" value="${birthdate}"/>
Error:
Custom tag attribute value cannot be runtime expression. value: “[${birthdate}]”
Ensure that the JSTL
fmttaglib is declared as per JSTL 1.1 documentation:Note the
/jsppath.See also: