Hi, The 4.5 templating has changed. We think its much easier to learn and we support more use cases (inheritance, auto-generation, ...) out of the box. We have also alligned the basic templating and STK. Now that STK is GPL licensed as well, you should consider using it for your projects.
We are currently writing a 'Template Migration Reference Card', but for the moment the best resources are: - New templating tutorial --> http://documentation.magnolia-cms.com/templates/introduction.html - Templating Quick Reference (will became the migration reference card) --> http://documentation.magnolia-cms.com/dms/templates/Magnolia-CMS-Templating-4-5-Quick-Reference/Magnolia%20CMS%20Templating%204.5%20Quick%20Reference.pdf - Release Notes --> http://documentation.magnolia-cms.com/releases/4-5-1.html - Migration Documentation (see sub pages) -- http://wiki.magnolia-cms.com/display/DEV/How+to+migrate+your+project For the moment we recommend to wait with migrations of projects until migration tooling and documentation is a bit more polished. But in case you start a new project it is best to go with 4.5, as 5.0 will ship with the same templating. - philipp On 14.03.2012, at 09:58, Daniel Kueffer (via Magnolia Forums) wrote: > Hello, > > I'm working with the Magnolia Tomcat Bundle 4.5.1 > I'm working with JSP Templates. My main page template looks as follows: > > [code]<?xml version="1.0" encoding="UTF-8" ?> > <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page" > xmlns:cms="cms-taglib" > xmlns:cmsu="cms-util-taglib" > xmlns:c="http://java.sun.com/jsp/jstl/core"> > > <jsp:directive.page contentType="text/html; charset=UTF-8" /> > > <![CDATA[<!DOCTYPE html>]]> > <html> > <head> > <title><cms:out nodeDataName="title"/></title> > </head> > <body> > <cms:init/> > > <h1><cms:out nodeDataName="title"/></h1> > </body> > </html> > </jsp:root>[/code] > > My problem is, that the cms Tags are not rendered. They are just printet out > in the source code. In Catalina out is no error. And the renderType in the > Page Template is set to jsp. > > In Magnolia 4.4 works everything as usual. So i'm not sure if something is > wrong with my setup in 4.5.1? > > Thanks in advance for a response. > > -- > Context is everything: > http://forum.magnolia-cms.com/forum/thread.html?threadId=a5fff8d1-0b71-4a0e-b308-44a5b9cd1870 > > > ---------------------------------------------------------------- > 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]> > ---------------------------------------------------------------- ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
