summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorxue <>2006-04-18 02:22:05 +0000
committerxue <>2006-04-18 02:22:05 +0000
commit1a8b8dae95cf11d2c4eec62334f8f21d2fdd617f (patch)
tree37ba8ff994c5a892ae8f9b30d1c06150ec057249 /demos
parentd813a484809142c5cce2e50bff0f805630cea7d9 (diff)
Fixed an issue about using expression with non-control component.
Diffstat (limited to 'demos')
-rw-r--r--demos/personal/protected/Pages/Home.page3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/personal/protected/Pages/Home.page b/demos/personal/protected/Pages/Home.page
index 32a3b1b2..bd8bd2c7 100644
--- a/demos/personal/protected/Pages/Home.page
+++ b/demos/personal/protected/Pages/Home.page
@@ -1,5 +1,4 @@
<com:TContent ID="main">
main content
-<com:TTextBox ID="TextBox" /><com:TButton Text="Submit" />
-<com:TLiteral Text=<%=$this->TextBox->Text %> />
+<com:TTextBox ID="TextBox" />
</com:TContent> \ No newline at end of file