{
// Add comment form
add(new CommentForm("commentForm"));
// Add commentListView of existing comments
add(new PropertyListView("comments", commentList)
{
public void populateItem(final ListItem listItem)
{
listItem.add(new Label("date"));
listItem.add(new MultiLineLabel("text"));