Dear mahavir,

check your web.xml file for tag lib configuration.
try to configure your tag lib as follows .

<taglib>
    <taglib-uri>strutsbean</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
  </taglib>
  <taglib>
    <taglib-uri>strutshtml</taglib-uri>
    <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
  </taglib>
  <taglib>
    <taglib-uri>strutslogic</taglib-uri>
    <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
  </taglib>
  <taglib>


it should work..

Regards,
virupaksha
----- Original Message -----
From: "mahavir" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 28, 2003 12:05 PM
Subject: BEGINEER FOR STRUTS


i am begineer for struts,i ahd installed all the files needed for it but it
is giving the following error,as the all *.tld files are in tis proper
locations

 Unable to open taglibrary /WEB-INF/struts-bean.tld : Could not locate TLD
/WEB-INF/struts-bean.tld

can u help me


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to