What would work better would be to provide the latest jobs, and top jobs as groups of objects and then just copy the list template to handle the subsets nicely.
hmmm. I do this stuff a lot. Lately I've been wondering if the "classmetadata" should be dependant on the objects. Now with my maypole like current templates I would do something like [% INCLUDE list objects = objects.latest_jobs classmetadata = objects.latest_jobs.0.get_classmetadata; %] [% INCLUDE list objects = objects.latest_jobs classmetadata = objects.top_jobs.0.get_classmetadata; %] And so forth. It seems it is more a matter of writing modular templates than anything else. Am I missing something? -- pjs ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Maypole-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-devel
