<%-- List and add general comments. --%>
Simple message board for any comments people may have. Has simple paging mechanism. [A Faire.]
*

<%-- Listing of recently posted comments. --%>
Comments
[ ${comment.userName}] : <%-- Here, we allow wiki formatting, while escaping special HTML chars. --%> <%-- The w:txt tag does the formatting/escaping, so we need the *unescaped* text from SafeText.getRawString(). --%> ${comment.body.rawString}