Re: [Resin-interest] JSTL c:import on Resin 4.0

2010-10-19 Thread Aaron Freeman
What version of Resin 4.0 are you using? I can reproduce this easily on resin-pro-4.0.10 by doing this: -- create test.jsp: %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c % c:import url=test2.jsp var=debug/ ${debug} -- -- create test2.jsp %@ taglib

Re: [Resin-interest] JSTL c:import on Resin 4.0

2010-10-19 Thread Matthew Serrano
I just upgraded to resin-pro-4.0.12 and it is still happening...at least on OS X. It also happens for non JSPs. I have some pages that import XSL and XML files so I can parse them with the x tag library and those imports also fail. There is no chaining of imports that I can see. matt On Oct

Re: [Resin-interest] JSTL c:import on Resin 4.0

2010-10-19 Thread Aaron Freeman
Yes, that's exactly what I was doing that was failing in resin-pro.4.0.10, but not in resin-pro-4.0.12. Try deleting your entire WEB-INF folder and let resin-pro-4.0.12 reconstruct it, just to make sure you don't have old 4.0.10 compilations hanging around. There is definitely a behavior