Author: ajaquith
Date: Sat Mar 1 08:19:06 2008
New Revision: 632614
URL: http://svn.apache.org/viewvc?rev=632614&view=rev
Log:
Reverted the JSP changes from my last commit so that existing 2.6 deployments
don't need to reconfigure web.xml. That commit removed the fmt:setBundle tag
because of the addition of a servlet config parameter in web.xml. The web.xml
modifications remain, however, so that any new JSPs won't need to use
setBundle. For 2.8, we will remove the setBundle tags entirely.
Modified:
incubator/jspwiki/trunk/src/webdocs/Rename.jsp
Modified: incubator/jspwiki/trunk/src/webdocs/Rename.jsp
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/webdocs/Rename.jsp?rev=632614&r1=632613&r2=632614&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/webdocs/Rename.jsp (original)
+++ incubator/jspwiki/trunk/src/webdocs/Rename.jsp Sat Mar 1 08:19:06 2008
@@ -5,6 +5,7 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ page import="java.util.*" %>
<%@ page import="java.text.*" %>
+<fmt:setBundle basename="CoreResources"/>
<%!
Logger log = Logger.getLogger("JSPWiki");
%>