| Title | Left enu does not change in ViewTemplate |
| Date | 17-Jan-2005 19:36:30 EET |
| Version | 2.1.134 |
| Submitter | Per |
| Bug criticality | BadBug |
| Browser version | Firefox 1.0 |
| Bug status | ClosedBug |
| PageProvider used | |
| Servlet Container | Tomcat 5.5.4 |
| Operating System | OS/2 Warp 4.5 |
| URL | |
| Java version | 1..4.2_05 |
I have made a copy of the default template to create my own and I wanted to replace the default text in Left Menu from "G'day" with "Hej".
When I change LeftMenu.jsp, changes are not seen in ViewTemplate such as: JSPWiki/Wiki.jsp?page=Main, no matter if I restart Tomcat, delete work directory, reload JSPWiki.
Changes are however seen in EditTemplate: /JSPWiki/Edit.jsp?page=Main
Changing ViewTemplate so inclusion is like in EditTemplate seems to solve the problem:
<!-- <wiki:Include page="LeftMenu.jsp"/> --> <%@ include file="LeftMenu.jsp" %>
This should be fixed in 2.1.136 and onwards. Duplicates BugIncludeTagUsesDefaultTagOnly.