What is the exact error message?
I normally have 3-5 taglibs in an application, and havent ever had a problem with it.
WR
-----Ursprungligt meddelande-----
Fr�n: Thanh, Dao Chung Thanh [mailto:[EMAIL PROTECTED]]
Skickat: den 22 mars 2001 00:50
Till: Orion-Interest
�mne: Tag libraries

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" %>
in WEB-INF/web.xml
 
    <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>
 
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
 

Reply via email to