Anyone doing their own taglib?

2001-01-24 Thread Fisher, Vick
Title: Anyone doing their own taglib? Hi All, I have implemented a few simple tags that use attributes and parameters. I would like to use JSP to keep presentation(formatting) separate from content and processing. It seems to me that tag libs need to be able to return a list, vector,

org.apache.jasper.compiler.CompileException: Unable to convert a String to java.lang.Object for attribute name

2001-01-23 Thread Fisher, Vick
Title: org.apache.jasper.compiler.CompileException: Unable to convert a String to java.lang.Object for attribute name Hi All, I am trying to use a JRun tag called form. I have already used JRun foreach tag from the same jar in the same browser and tomcat server, so those parts seem to work