Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <tag-class>org.eclipse.birt.report.taglib.ViewerTag</tag-class>
  2. <tag-class>org.eclipse.birt.report.taglib.ReportTag</tag-class>
  3. <tag-class>org.eclipse.birt.report.taglib.ParamTag</tag-class>
  4. <tag-class>org.eclipse.birt.report.taglib.ParamValueTag</tag-class>
  5. <tag-class>org.eclipse.birt.report.taglib.RequesterTag</tag-class>
  6. <tag-class>org.eclipse.birt.report.taglib.ParamDefTag</tag-class>
  7.  
  8. The tag handler class for(org.eclipse.birt.report.taglib.ParamDefTag) was not found on the Java Build Path.
  9.  
  10. <%@ taglib uri="/birt.tld" prefix="birt" %>
  11.  
  12. <jsp-config>
  13. <taglib>
  14. <taglib-uri>/birt.tld</taglib-uri>
  15. <taglib-location>/WEB-INF/tlds/birt.tld</taglib-location>
  16. </taglib>
  17. </jsp-config>
  18.  
  19. put above configuration to web.xml ,try some location
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement