Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Issue while integrating custom taglibs in Freemarker template

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
We are facing problem while integrating custom tag library in freemaker template.
We are using Jforum2.1.8 , Tomcat 7 and freemarker-2.3.9 in our development environment.
The configuration of .tld file as

Here is code that we added to the net.jforum.JForum class in the "service" method.

We include taglibs as follow in template file

But we got following error logs while running sever.

Is there any step we missing for configuration of taglibs? or Is there any alternate way to configuration of taglibs? Please Suggest.
Thanks in Advance

 
Saloon Keeper
Posts: 7624
177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven't tried integrating taglibs with JForum, but one thing you should definitely do is to switch to the latest released version, which is 2.4.1. It's on SourceForge under the name jforum2. JForum 2.1.8 has too many unfixed bugs and security problems to be used still.
 
reply
    Bookmark Topic Watch Topic
  • New Topic