Hi
I am trying to develop a
struts application on RAD 7.0. I have added struts-1.2.8.jar fie in the project build path. I kept struts-tld files inside the web-inf folder. In web.xml taglib tag has given as
<taglib>
<taglib-uri>/WEB-INF/tlds/struts-html.tld</taglib-uri>
<taglib-location>
/WEB-INF/tlds/struts-html.tld
</taglib-location>
</taglib>
I am using this tag in my login.jsp page by refering it as "<%@taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html"%>"
But in my login page wherever i am using the struts-tags its showing unknown tag.
I will be thankful if some one help me out in this matter.
REJI VP