[opencms-dev] my jsp's are choking: According to TLD or attribute directive
Christoph P. Kukulies
kuku at physik.rwth-aachen.de
Wed May 27 15:46:00 CEST 2009
Ah, I found it:
Every
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
has to become:
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
Phew. Lot of editing ahead.
--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
On Wed, May 27, 2009 at 03:37:53PM +0200, Christoph P. Kukulies wrote:
> When I'm trying to invoke my first page in 7.0.5. after a quite bumpy
> (see previous posts, java exceptions, out of memory on heap etc)
> I'm getting
>
> According to TLD or attribute directive in tag file, attribute value
> does not accept any expressions
>
> when trying to execute a jsp.
>
> Could it be the line:
>
> <fmt:setLocale value="${locale}"/>
>
> ?
>
>
> --
> Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list