How to create tld file struts frame work

Showing Answers 1 - 4 of 4 Answers

sirisha

  • Oct 17th, 2006
 

<!--- firstgive the entry point in web.xml file

<taglib>
<taglib-uri>/WEB-INF/app.tld</taglib-uri>
<taglib-location>/WEB-INF/app.tld</taglib-location>
</taglib>

At the top of each JSP page that uses Struts custom tags, add the following directive:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean" %>

  Was this answer useful?  Yes

mukesh kumar

  • Feb 25th, 2007
 

if u want to add the tld file in struts than you have add one line that is




< @ taglib uri="/WEB-INF/struts-bean.tld"
prefix="struts-bean" %>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions