Hello all,
I was curious if anyone else has run into this problem. I've
updated from cayenne from 1.07 to 1.1RC2 as per instruction on
http://www.objectstyle.org/cayenne/userguide/install/upgrade.html &
http://www.objectstyle.org/cayenne/userguide/install/postinstall.html
The app is a struts based utilizing struts tags as well as some other
tag libs [including jstl]. I am using jstl version 1.4. with tomcat
5.0.19.
The issue I've run into is the jstl tags are not being
evaluated/processed.
Here is a simple example struts tile:
<..taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<..taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %>
<tiles:importAttribute />
<c:set var="doodie" value="Eat it now!" />
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<th>doodie</th><td><c:out value="${doodie}" /></td>
</tr>
</table>
Simply yields: doodie ${doodie}
Where previously it worked fine. In addition, the jstl examples
running in the same container work just fine too.
thanks!
-[]
This archive was generated by hypermail 2.0.0 : Mon Nov 15 2004 - 18:07:00 EST