Re: [OT] JSP 2.0 tag files and expressions

2004-09-17 Thread Laurie Harper
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: -

Re: [OT] JSP 2.0 tag files and expressions

2004-09-17 Thread Kris Schneider
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

[OT] JSP 2.0 tag files and expressions

2004-09-16 Thread Laurie Harper
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