shuber 2004/09/22 15:53:47 CEST
Modified files:
war/src/webapp/jsp template.jsp
Log:
Changed all useBean tags to use only fully qualified class names as required by the
spec.
Revision Changes Path
1.2 +1 -1 xslpublisher/war/src/webapp/jsp/template.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/xslpublisher/war/src/webapp/jsp/template.jsp.diff?r1=1.1&r2=1.2&f=h
Index: template.jsp
===================================================================
RCS file: /home/cvs/repository/xslpublisher/war/src/webapp/jsp/template.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- template.jsp 21 Sep 2004 13:42:38 -0000 1.1
+++ template.jsp 22 Sep 2004 13:53:47 -0000 1.2
@@ -1,5 +1,5 @@
<%@ page language="java"
import="org.jahia.webapps.xslpublisher.*,org.jahia.webapps.xslpublisher.util.*,java.util.*"
%>
-<jsp:useBean id="JAHIA" class="String" scope="session"/>
+<jsp:useBean id="JAHIA" class="java.lang.String" scope="session"/>
<html>
<%
String contextPath = request.getContextPath();