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
Minor style changes
[castle.git]
/
MonoRail
/
TestSiteNVelocity
/
views
/
UsingComponent2
/
ComponentAndParams1.vm
blob
7527f738b48f857f8d7df85e4933e01ef01858e0
1
#set($intVal = 2)
\r
2
#set($strVal = "hello")
\r
3
#set($dict = "%{x='1'}")
\r
4
#blockcomponent(ComponentAndParams with "strParamLiteral=Something" "strParam=$strVal" "intParamLiteral=1" "intParam=$intVal" "dictParam=$dict")
\r
5
Something
\r
6
#end