Tim Funk schrieb:

I finally solved my (first) problem: I had a wrong lib (J2EE 1.3) in my class path. So there was some kind of version mismatch ...

Are you sure you want
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"%>
and not
<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>

But still my pages do not work if I specify to use the jstl 1.1 taglib.

Example: <c:out value="1 + 2 = ${1 + 2}" />

With 1.0 taglib I get "1 + 2 = 3".
With 1.1 taglib I get "1 + 2 = ${1 + 2}".

Any idea about this?


--

Grüße, Marcus

<http://www.Stormlight.de>

"Whatever you do will be insignificant,
 but it is very important that you do it." -- Gandhi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to