Dear
Team
I have Orion
1.4.7/JDK1.3/Windows 2000 and I have a problem when I try to use several tag libraries
in one JSP page.
Here are my
code:
in the JSP
page:
<%@ taglib uri="vsece-taglib" prefix="vsece"
%>
<%@ taglib uri="vsdev-taglib" prefix="vsdev" %>
<%@ taglib uri="vsdev-taglib" prefix="vsdev" %>
in
WEB-INF/web.xml
<taglib>
<taglib-uri>vsece-taglib</taglib-uri>
<taglib-location>/WEB-INF/lib/vsece-taglib.jar</taglib-location>
</taglib>
<taglib-uri>vsece-taglib</taglib-uri>
<taglib-location>/WEB-INF/lib/vsece-taglib.jar</taglib-location>
</taglib>
<taglib>
<taglib-uri>vsdev-taglib</taglib-uri>
<taglib-location>/WEB-INF/lib/vsdev-taglib.jar</taglib-location>
</taglib>
<taglib-uri>vsdev-taglib</taglib-uri>
<taglib-location>/WEB-INF/lib/vsdev-taglib.jar</taglib-location>
</taglib>
and the .jar files
are in WEB-INF/lib directory.
But Orion seams that
it doesn't realize my second tag library. Would you tell me where I have
failed?
Thanks in
advanced
