Hi
I've read the views section at the docs combined
with Cocoon, and I've tried this in a sitemap
<map:actions>
<map:action name="Menu-Startup-Action" src="com.ramy.cocoon.MenuStartupAction"/> </map:actions> --------------------------------------------------- <map:views> <map:view name="startup" from-position="first"> <map:act type="Menu-Startup-Action" /> </map:view> </map:views>
this way, shouldn't the view gets called (and hence
the action) after the first component..then after finishing processing, the
control goes back to the pipeline???
that's waht I got from the docs....
I hope somebody can explain if this right or
wrong!
Yours
Ramy mamdouh
|
- RE: Views at Cocoon Ramy Mamdouh
- RE: Views at Cocoon Vadim Gritsenko