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
Changed to use Authenticate asp.net event instead of Authorize
[castle.git]
/
Samples
/
MonoRail
/
BinderSample
/
BinderSample.Web
/
Views
/
Approach1
/
index.vm
blob
3b668cc602f08c7c6e8ce1309a7a3c5c21ee2d7e
1
\r
2
<h3>Using the DataBind attribute and SmartDispatcherController</h3>
\r
3
\r
4
<h4>Publishers</h4>
\r
5
\r
6
<ul>
\r
7
#foreach($pub in $publishers)
\r
8
<li>$Url.Link($pub.ToString(),"%{action='editpublisher',publisherId=$pub.id}")</li>
\r
9
#end
\r
10
</ul>
\r
11
\r