When I transfered my site from a windows machine to 2 linux servers I've
noticed that jxtemplate seems to behave strangely - it only shows the first
item in each forEach loop, but sometimes it works as expected i.e.

<jx:forEach var="entry" items="${wb.skinProperties}">
        <property name="${entry.key}">${entry.value}</property>
</jx:forEach>

Has anybody else come across this problem?

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to