Index: lams_tool_forum/web/WEB-INF/web.xml =================================================================== diff -u -r5f015bed03f28f95ee08f3c03a1f3f03254cf426 -rb1ef965ad3a0cd4ea7bb807bd313d1f0cf68d1e7 --- lams_tool_forum/web/WEB-INF/web.xml (.../web.xml) (revision 5f015bed03f28f95ee08f3c03a1f3f03254cf426) +++ lams_tool_forum/web/WEB-INF/web.xml (.../web.xml) (revision b1ef965ad3a0cd4ea7bb807bd313d1f0cf68d1e7) @@ -3,28 +3,33 @@ - forum - - Forum tool - + forum + + Forum tool + javax.servlet.jsp.jstl.fmt.localizationContext org.lamsfoundation.lams.tool.imscp.web.ApplicationResources - - contextConfigLocation - - classpath:/org/lamsfoundation/lams/applicationContext.xml - classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml - classpath:/forumApplicationContext.xml - - - - - org.springframework.web.context.ContextLoaderListener - - + + contextConfigLocation + + classpath:/org/lamsfoundation/lams/applicationContext.xml + classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml + classpath:/forumApplicationContext.xml + + + + javax.servlet.jsp.jstl.fmt.localizationContext + org.lamsfoundation.lams.tool.forum.web.ApplicationResources + + + + org.springframework.web.context.ContextLoaderListener + + + - + + + + + tags-bean + /WEB-INF/struts/struts-bean.tld + - + + tags-html + /WEB-INF/struts/struts-html.tld + + + tags-logic + /WEB-INF/struts/struts-logic.tld + + + + tags-tiles + /WEB-INF/struts/struts-tiles.tld + + + + tags-bean-el + /WEB-INF/struts/struts-bean-el.tld + + + + tags-html-el + /WEB-INF/struts/struts-html-el.tld + + + + tags-logic-el + /WEB-INF/struts/struts-logic-el.tld + + + + tags-tiles-el + /WEB-INF/struts/struts-tiles-el.tld + + + + tags-c + /WEB-INF/struts/c.tld + + + + - /WEB-INF/struts/struts-bean.tld - /WEB-INF/struts/struts-bean.tld + http://java.sun.com/jstl/fmt + /WEB-INF/JSTL/fmt.tld - /WEB-INF/struts/struts-html.tld - /WEB-INF/struts/struts-html.tld + http://java.sun.com/jstl/fmt-rt + /WEB-INF/JSTL/fmt-rt.tld - /WEB-INF/struts/struts-logic.tld - /WEB-INF/struts/struts-logic.tld + http://java.sun.com/jstl/core + /WEB-INF/JSTL/c.tld + + http://java.sun.com/jstl/core-rt + /WEB-INF/JSTL/c-rt.tld + + + + + + + fck-editor + /WEB-INF/fckeditor/FCKeditor.tld + forum /WEB-INF/forum.tld + + + datetime + /WEB-INF/taglibs-datetime.tld + - - - datetime - /WEB-INF/taglibs-datetime.tld - -