RE: tag library problem with attributes

2000-10-12 Thread Kit Cragin
Title: RE: tag library problem with attributes Thanks! Amazing how you can stare at code for hours and then someone comes along and notices the problem immediately!   - Kit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Magnus RydinSent

RE: tag library problem with attributes

2000-10-11 Thread Magnus Rydin
Title: RE: tag library problem with attributes Kit, should that be <%=library.getBooks()%> (notice the equals sign missing in your code) WR > -Original Message- > From: Kit Cragin [mailto:[EMAIL PROTECTED]] > Sent: den 12 oktober 2000 07:52 > To: Orion-Inter

tag library problem with attributes

2000-10-11 Thread Kit Cragin
Hi: I am getting the error message "Attribute of type 'java.util.Collection' must be a request time attribute" when Orion attempts to parse my JSP. This seems weird because I do set to true in my taglib.tld (see below). I was attempting to create an iterator similar to the one defined in the ori