Hi,
if I have a model class like this:
[code]public class DoctorRenderingModel<RD extends TemplateDefinition> extends 
AbstractAutowiredRenderingModel<TemplateDefinition> {
    @Inject
    protected DoctorRenderingModel(Node content, RD definition, 
RenderingModel<?> parent, ServletContext servletContext) {
        super(content, definition, parent, servletContext);
    }
}
[/code]

How can I access it in my blossom templates and components? Essentially I want 
to share data for one page render across a template and multiple components. Is 
this the right way to do it?

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=259f28b0-9cc3-4c03-bf59-9b1a3be9467e


----------------------------------------------------------------
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to