On Aug 14, 2005, at 2:43 PM, Sylvain Wallez wrote:


This is clearly a bug, either in NamespacesTable or in JXTemplate. I'll take care of this ASAP.


Thanks a lot.


Just a precision though: what's are the direct children of the <jx:forEach>? Text, elements, mixed content?


Elements (and whitespace):

<jx:forEach items="${channels}" var="channel" xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
            <tr>
<td><a href="${channel.link}" target="_blank">$ {channel.title}</a></td> <td><a href="${channel.url}" target="_blank">$ {channel.url}</a></td>
              <td>${channel.lastUpdate}</td>
              <td>${channel.description}</td>
<td><a href="refreshChannel.do?id=$ {channel.id}">Refresh</a></td>
            </tr>
          </jx:forEach>

Ugo

--
Ugo Cei
Tech Blog: http://agylen.com/
Open Source Zone: http://oszone.org/
Wine & Food Blog: http://www.divinocibo.it/




Reply via email to