I am trying to add a customized faq page to the jforum. First I added a method called listFaq() to the ForumAction.Java and I call the set template method with the a template key that i added in the template keys. I then added a new template key to the TemplateKeys.java called FORUMS_FAQ = forums.list.faq. Then i went into the the templetmappings config file and added forums.list.faq=FAQ.htm . I then try to go to
http://localhost:8080/jforum/forums/list.faq.page and it says resource is unavailabe. What am I missing? Is there an easier way to add a custom template?
[originally posted on jforum.net by Anonymous]