Raj,
What is the taglib directive you are using in your JSP page?
Are you sure that your struts-bean.tld file is located in the WEB-INF
directory and not WEB-INF/jsp ?  Make sure your path is correct.  Depending
on the os, it may be case sensitive.

-Richard

At 11:20 PM 9/7/01 +0530, you wrote:
>Hi all,
>I am seeing this message on server's console when i am accesing my JSP whcih
>make use of .tld
>
>  weblogic.utils.ParsingException: nested IOException: java.io.IOException:
>cannot resolve '
>/WEB-INF/struts-bean.tld' into a valid tag library
>
>
>I made entry in the web.xml file..
>  <taglib>
>     <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
>     <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
>   </taglib
>Will it be problem with Weblogic 5.1??
>I know that WebLogic5.1 supports JSP1.1 spec, that means it supports
>TagLibs...
>Do i need to download any Service Pack for WL5.1
>Please do help....
>
>-raj-
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to