diff options
author | xue <> | 2006-02-20 23:25:30 +0000 |
---|---|---|
committer | xue <> | 2006-02-20 23:25:30 +0000 |
commit | eecb18e702bc269bbf7fd5b4f8a9ec9e18557031 (patch) | |
tree | 57bfa51874585eb7d092254bab627a416adf7e7a /framework/Exceptions | |
parent | 8e5627918e7f0c437df1a47af27545132a1c3cbc (diff) |
Code cleanup and added some documentation.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index dc5024a7..481bb42d 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -151,6 +151,15 @@ templatecontrol_mastercontrol_invalid = Master control must be of type TTemplate templatecontrol_contentid_duplicated = TContent ID '%s' is duplicated.
templatecontrol_placeholderid_duplicated= TContentPlaceHolder ID '%s' is duplicated.
+page_form_duplicated = A page can contain at most one TForm. Use regular HTML form tags for the rest forms.
+page_isvalid_unknown = TPage.IsValid has not been evaluated yet.
+page_postbackcontrol_invalid = Unable to determine postback control '%s'.
+page_control_outofform = Control '%s' must be enclosed within TForm.
+page_head_duplicated = A page can contain at most one THead.
+page_statepersister_invalid = Page state persister must implement IPageStatePersister interface.
+
+csmanager_pradoscript_invalid = Unknown Prado script library name '%s'.
+
contentplaceholder_id_required = TContentPlaceHolder must have an ID.
content_id_required = TContent must have an ID.
|