Hi all:
I would like to know if it's possible to parse (or something similar) different
templates into a single one having available all objects that belongs to the different
screens (for example: a portal home page which displays different kind of information
like news, appointments, etc)
I've tried the following:
The body of the page index.vm has the following syntax:
#parse ("/news/NewsList.vm")
#parse ("/appointments/AppointmentList.vm")
The page is parsed but the vectors to explore ($news and $ appointments) are not
available (NewsList.class and AppointmentList.class are not executed).
Thanks in advance
Andr�s Monti