• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

taglib not found in RAD

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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


 
reply
    Bookmark Topic Watch Topic
  • New Topic