Hi Sam,

   Just to add on to what Ali has suggested;

   Your DOCTYPE is referring a local location. I guess you want to
change that to a proper DOCTYPE reference. Or else your templates will
behave abnormally on different browsers.

Cheers,
Ani.

On 11/7/06, Sam <[email protected]> wrote:
Hello everyone,

I've just startet with the Templater's quick start
guide and wanted to make my first own template..
I did everthing as written in the guide

<%@ taglib uri="cms-taglib" prefix="cms" %>
<%@ taglib uri="cms-util-taglib" prefix="cmsu" %>
<%@ taglib uri="JSTL" prefix="c" %>
<cms:init/>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html>
<head>
<title>
<c:out value="${actpage.title}"/>
</title>
</head>

<body bgcolor="#ffffff">
<cms:mainBar paragraph="samplesPageProperties"/>
<br/>
<h2>Hello World</h2>
</body>
</html>


but I receive an exception
:org.apache.jasper.JasperException: File
"/templates/jsp/myquickstart/JSTL" not found

I'm using magnolia 3.0 in the Community Edition

Since I'm a real newbie with magnolia but I find it's
a very good CMS I wanted to understand the problem and
not just use the default templates..

Thanks to everyone..

Sam







___________________________________________________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to