alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<td class="tableDateColumn">Date <td class="tableMessageColumn">Message </tr> <@s.iterator id="message" value="%{messagesAvailableInRoom}" status="stat"> <tr class="tableContent"> <#if stat.odd> <td class="tableSenderColumnOdd"> <#else> <td clas="tableSenderColumnEven"> </#if> <@s.property value="%{#message.creator.name}" /> </td> <#if stat.odd> <td class="tableDateColumnOdd"> <#else> <td class="tableDateColumnEven"> </#if> <@s.property value="%{#message.creationDate}" /> </td> <#if stat.odd> <td class="tableMessageColumnOdd"> <#else> <td class="tableMessageColumnEven"> </#if> <@s.property value="%{#message.message}" /> </td> </tr> </@s.iterator> </table>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts messagesAvailableInRoom.ftl source code file:

Struts example source code file (messagesAvailableInRoom.ftl)

This example Struts source code file (messagesAvailableInRoom.ftl) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

date, date, message, message, sender, sender

The Struts messagesAvailableInRoom.ftl source code


<table class="table">
<tr class="tableHeader">
	<td class="tableSenderColumn">Sender
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.