Jonas Mende (via Magnolia Forums) <[email protected]> het volgende geschreven:
> I already searched a lot on google and the forum, but didn't find any help > and/or introductory tutorial on how to implement model classes and to use > them in a template. > > All I found was how to specify a model class in a template defintion, but I > really have no clue about how to implement the actual business logic without > placing it into the jsp template itself. > > I do not use the standart templating kit at the moment and I am very new to > magnolia. > > Every help is very much appreciated. Create a class, specify the class as the model class in the template definition and you can call the methods of this model class from your template as model.method(). Nils. ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
