repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git]
/
MonoRail
/
TestSiteARSupport
/
Views
/
MR296
/
edit.vm
blob
e673dc6d574495c9e46db10a657cd9114b22c0c6
1
$Form.Push("account","%{disablevalidation='true'}")
\r
2
$Form.FormTag("%{action='Save'}")
\r
3
$Form.TextField("name")
\r
4
$Form.HiddenField("id")
\r
5
$Form.Submit("Save")
\r
6
$Form.EndFormTag()
\r
7
$Form.Pop()