summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/controls
diff options
context:
space:
mode:
authorwei <>2007-01-15 06:29:45 +0000
committerwei <>2007-01-15 06:29:45 +0000
commitd919dfa1674ddd5226834b81728e1772917d6240 (patch)
tree40d08eac7cffd8c73ffe39b3af3b36236335b527 /demos/quickstart/protected/controls
parent559cf9dab0263440c14686bdc2f33f90da6e46a8 (diff)
more typo
Diffstat (limited to 'demos/quickstart/protected/controls')
-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>