Closed Tolc closed 7 years ago
In definitions.cnd: - indices (string) multiple
- indices (string) multiple
Generated JSP code:
<c:set var="indices" value="${currentNode.properties['indices']}"/> <c:forEach items="${indices}" var="item"> ${item} </c:forEach>
Should be ${item.string} instead of ${item}. Of course depending on the property type declared.
${item.string}
${item}
In definitions.cnd:
- indices (string) multiple
Generated JSP code:
Should be
${item.string}
instead of${item}
. Of course depending on the property type declared.