CMS Tags are not rendered in JSP's in Magnolia 4.5.1
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.
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:
<?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>
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.
Magnolia Community Forums
Magnolia Community Forums (beta)