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
/
Approach2
/
index.vm
blob
161e7070b1b69f9e3c7ea2a419047ea32edcfbd3
1
\r
2
<h3>Using DataBinder with Arrays</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