Buen dia necesito ayuda con este codigo,estoy usando un Simple List para visualizar información usando diferentes colores para diferenciar según el valor de un atributo, el código que estoy usando para personalizar el Component layout es el siguiente:
<c:set mes = unit.selectSingleNode("layout:Attribute[@name='Meses']") %]
<c:when test="${ current.[%=getFieldName(mes["attribute"])%] is greater than equal to 0 and current.[%= getFieldName(mes["attribute"])%] is less than 1 }">
<td class="[%=attr["type"]%]" background-color="red">
</c:when>
<c:when test="${ current.[%=getFieldName(mes["attribute"])%] is greater than equal to 1 and current.[%= getFieldName(mes["attribute"])%] is less than 2 }">
<td class="[%=attr["type"]%]" background-color="orange">
</c:when>
<c:when test="${ current.[%= getFieldName(mes["attribute"])%] is greater than equal to 2 and current.[%= getFieldName(mes["attribute"])%] is less than equal to 3 }">
<td class="[%=attr["type"]%]" background-color="yellow">
</c:when>
<c:otherwise">
<td class="[%=attr["type"]%]" >
</c:otherwise>
Sin embargo, al generar me indica un error que dice que la propiedad "mes" no