2

I have placed all tld on proper place and checked all setting, still I am in same well.

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>

Can not find the tag library descriptor for "http://struts.apache.org/tags-bean"

5
  • What version of Struts? (And what do you mean by "placed all tld on proper place"?) Commented Oct 8, 2011 at 17:18
  • I am using struts 1.2, I kept all tld in web-inf folder and made entry in web.xml. Thks Commented Oct 8, 2011 at 17:24
  • 1
    1.2.? In any case, declaring TLD entries in the web.xml hasn't been required for years; what server are you using? Commented Oct 8, 2011 at 17:27
  • 1
    You shouldn't need to declare anything in your web.xml, nor should you need any external TLD. Commented Oct 8, 2011 at 17:30
  • Have you Cleaned and rebuilt the project? Adding a TLD that was missing before won't trigger revalidation of your JSP file. Where is that TLD, actually? Commented Oct 13, 2011 at 17:27

2 Answers 2

0

You might not have included the tag library in the set of libraries in the lib folder. struts-taglib-1.3.10.jar.

Sign up to request clarification or add additional context in comments.

Comments

0

you can write like this also <%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> i think this is the solution

Comments

Your Answer

Draft saved
Draft discarded

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.