Hi, 

I'm looking for a Tag which will iterate over a collection, which is 
supported by JSP1.1
I tried using the jsptl-jr taglib which is part of the jakarta Tag 
Lib, but as was pointed out to me, my server OrionServer doesn't 
understand JSP 1.2 syntax. I changed the syntax in the tld file to fit 
JSP1.1 specs and the jsp page seemed to compile fine. When trying to use 
the actual tag though, I now get the error message 
Tag class org.apache.taglibs.jsptl.tag.jr.ForEachTag not found: 
javax/servlet/jsp/tagext/IterationTag

I don't know if this again has to do with the JSP version difference? 

I would like to find a similer Tag which supports JSP 1.1...

Thanks
Joel

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to