Well, I think I've downloaded the latest one
(tomahawk-sandbox-1.1.7-SNAPSHOT-bin.zip 31-Jul-2007 05:00 2.2M).
Rookie question:
What exactly is the templated components stuff? I think, I'm not using it.
My exception occurs inside a jsp:include call, like
entry.jsp:
---------
...
<f:view locale="#{user.locale}">
<t:htmlTag value="html">
<t:htmlTag value="head">
<jsp:include page="/jsp/header/metaheader.jsp"
flush="true" />
</t:htmlTag>
<t:htmlTag value="body">
...
metaheader.jsp
--------------
...
<f:subview id="metaHeaderSubview">
<f:verbatim>
<title>MyFacesHibernate</title>
</f:verbatim>
<f:verbatim>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="EXPIRES" CONTENT="TUES, 31 DEC 1996 12:00:00
GMT">
<META HTTP-EQUIV="MUST-REVALIDATE, PROXY-REVALIDATE, PRIVATE"
CONTENT="TRUE">
<META NAME="robots" CONTENT="noindex">
</f:verbatim>
<t:stylesheet id="css_form" path="/css/form.css" />
...
>
>If you go to the very latest source, you shouldn't get this anymore -
>I've made sure the freemarker stuff is only needed if you really use
>the templated components.
>
>regards,
>
>Martin
--
View this message in context:
http://www.nabble.com/NoClassDefFoundError%3A-freemarker-template-TemplateException-%28tomahawk-sandbox-1.1.7-Snapshot.jar%29-tf4191646.html#a11921012
Sent from the MyFaces - Users mailing list archive at Nabble.com.