summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/controls/Comments
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/controls/Comments')
-rw-r--r--demos/quickstart/protected/controls/Comments/CommentBlock.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl
index ae527874..794e230c 100644
--- a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl
+++ b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl
@@ -46,6 +46,7 @@
<com:TLabel ForControl="content" Text="Comment:" />
<com:TRequiredFieldValidator
Style="font-weight: bold"
+ ValidationGroup="comment-group"
ControlToValidate="content"
ErrorMessage="*" />
</div>