diff options
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/controls/Comments/CommentBlock.tpl | 1 |
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>
|