Hi.
In the templates/jsp/layout/default.jsp file, there is this line :
<img border="0" alt="<jetspeed:l10n key="HOME"/>" src="<jetspeed:contentUri
href="<%=logoFile%>"/>">
which causes an Exception :
Error encountered processing a template:
/layouts/html/fr/default.jsporg.apache.jasper.JasperException:
/WEB-INF/templates/jsp/layouts/html/fr/default.jsp(26,29) No such tag l10n
in the tag library imported with prefix jetspeed
void
org.apache.jasper.compiler.DefaultErrorHandler.jspError(java.lang.String,
int, int, java.lang.String, java.lang.Exception)
DefaultErrorHandler.java:94
etc....
Actually there is no such tag (nor any tag similar to "localisation, which
l10n means) in the templates/jsp/tld/template.tld
So I will delete the call to jetspeed:l10n.
Please correct me if I am mistaking (usin the wrong .tld or any other
mistake.
Best regards
Pierre