If anyone is interested, I figured out my own problem with the class reference problems with custom tags and JBoss/Tomcat. I had my classes in the conventional place in the war file, in /WEB-INF/classes Tomcat also accepts classes in the /classes directory and it seems this is where custom JSP tags expect classes to exist. Unfortunately, JSP files still expect classes to be in /WEB-INF/classes so my WAR file is now bloated with 2 copies of all my classes. It works though, which is quite something for me, so I'm happy! Cheers, Andy _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
