Problem when using TAGLIB in JSP

2004-09-06 Thread jlonc
hi. i have two classes: MyClass and test.MyClass (they are totally the same and one of them is a member of package test) i use them as tagclasses (taglib.tld): ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN

Re: Vedr.: Problem when using TAGLIB in JSP

2004-09-06 Thread jlonc
hi (again). Assuming you are using 1.4 or higher your classes have to be in packages - see for instance this thread http://forum.java.sun.com/thread.jsp?thread=536889forum=33message=2596508 /Thomas you're right thomas, i am using 1.4, but do know the reason, why sun (or whoever)