Creating Comments

VCE uses the Forum plug-in for comments. It even supports hierarchies of comments in cases where a user should be able to comment on another comment made to the article.

The only difference from a normal ECE site that uses the Forum plug-in, is that VCE provides its own Struts action com.escenic.forum.struts.presentation.CommunityInsertPostingAction which extends forum plug-in's com.escenic.forum.struts.presentation.AuthenticatedInsertPostingAction. The CommunityInsertPostingAction creates the comments under the requesting users' home section.

Fore more on the Forum plug-in, please have a look at the Forum Plug-in Guide shipped with the Forum plug-in distribution.