in spring mvc, Controller's referenceData can offer data to a view
but in sitemesh's decorators, how can i get data throw controller?
for example: in webwork
i can use
can i do this in spring-mvc?Code:<ww:action name="'getTopUrls'" id="getTopUrls"/>
<ww:iterator value="#getTopUrls.topUrls">
....
</ww:iterator>
<decorator:body />
