Hi, When I use below code it is just printing it in browser as if jsp file is
being treated as html file.Any solution?
<%@ taglib prefix="cmsfn"
uri="http://magnolia-cms.com/taglib/templating-components/cmsfn" %>
<%@ taglib prefix="cms"
uri="http://magnolia-cms.com/taglib/templating-components/cms" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html>
<head>
<cms:init/>
<title>${content.title}!</title>
</head>
<body>
<h1>${content.title}</h1>
</body>
</html>
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=d8ddbb4e-edb9-4962-9048-a38bf90f9074
----------------------------------------------------------------
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]>
----------------------------------------------------------------