Well, I've never done this with tapestry before, but I need to write a custom id property for my <div> element. It must be a literal + a property from an @For value.
<span jwcid="@For" source="ognl:latestNews" value="ognl:currentNews">
<tr bgcolor="#CCCCCC">
<td><span jwcid="@Insert" value="ognl:currentNews.header"/></td>
<td><div id="????"></td>
Where ???? must be something like "news"+currentNews.id
How can I do this?
Regards
