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
/
Approach3
/
index.vm
blob
aa5114b1b2d51a6ef45d72f8b45a3c30ba421ecf
1
\r
2
<h3>Using ARDataBinder</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