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
/
User
/
insert.vm
blob
3a44df4a4f8f9c2c12c0a269f14f0864f1f58579
1
<html>
\r
2
<body>
\r
3
\r
4
#foreach($error in $errorlist)
\r
5
binding error $error.Key $error.Parent $error.Property $error.Exception <br/>
\r
6
#end
\r
7
\r
8
<span id="newid">$user.id</span>
\r
9
<span id="name">$user.Name</span>
\r
10
\r
11
</body>
\r
12
</html>
\r