Action Class Support

This support has been added to following action classes

com.escenic.forum.struts.presentation.InsertPostingAction
com.escenic.forum.struts.presentation.AuthenticatedInsertPostingAction

If the client domain is blocked, the action classes will set ActionMessage to the request. The action message key forum.validate.error.flooding will be set when useCaptchaToUnblock is set to false indicating that the user should be informed that too many requests are posted from his domain.

If useCaptchaToUnblock is set to true, the action message key is forum.validate.error.flooding in this case. This way, the template developer can show CAPTCHA verification input interface by checking this message key. Please have a look at the Advanced Developer Guide for using CAPTCHA support.