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]> ----------------------------------------------------------------
