You summed it up perfectly. And that test case works for me too. As does
my own now. I've no idea what I changed between last night and now, but
everything's now fine! I'm glad of that but I hate mystery bugs...
L.
Kris Schneider wrote:
This worked on TC 5.0.28:
/WEB-INF/tags/tag1.tag:
-
This worked on TC 5.0.28:
/WEB-INF/tags/tag1.tag:
---
<%@ tag body-content="empty" %>
<%@ taglib prefix="tags" tagdir="/WEB-INF/tags/" %>
/WEB-INF/tags/tag2.tag:
---
<%@ tag body-content="empty" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/c
Sorry for the off-topic post but I'm sure someone here will be able to
tell me what's going on with this... I'm trying to use the JSTL forEach
tag in a tag file invoked by another tag file and I'm getting an error.
Here's an example piece of JSP:
v: ${v}
That works fine in a JSP. It w
3 matches
Mail list logo