[Resin-interest] SAXParseException when using (jakarta's) JSTL in JSP (Resin 3.1)

2008-01-28 Thread Olaf Krische
Hello, currently i am trying to make my application of mine Resin 3.1 ready, while it can still run on Resin 2.1. For this i use the jakarta standard tag library (1.0.6), not for the tag implementations, but for its EvaluationManager to be able to use EL in my tags. Ok, this is what i do: 1. D

Re: [Resin-interest] Snapshot s080125 breaks for 's.

2008-01-28 Thread Scott Ferguson
It's probably already caught by our regression tests, but I've added a bug report at http://bugs.caucho.com/view.php?id=2374 just in case. The current snapshots do have a large number of regression failures. By the way, we should probably add your suggested configuration somewhere like the wi

Re: [Resin-interest] SAXParseException when using (jakarta's) JSTL in JSP (Resin 3.1)

2008-01-28 Thread Olaf Krische
Hello Erik, thank you for your answer. And yes, you were right about the missing 'jsp' . My heart started to bump. I have changed the example accordingly. Sadly, the error will not disappear: /indexXML.jsp:1: org.xml.sax.SAXParseException: The prefix "c" for element "c:set" is not bound. 1: 2

Re: [Resin-interest] SAXParseException when using (jakarta's) JSTL in JSP (Resin 3.1)

2008-01-28 Thread Erik Forkalsrud
Olaf Krische wrote: > Hello, > > currently i am trying to make my application of mine Resin 3.1 ready, while > it can still run on Resin 2.1. For this i use the jakarta standard tag > library (1.0.6), not for the tag implementations, but for its > EvaluationManager to be able to use EL in my tags.