Author: taylor
Date: Tue Apr 20 11:56:54 2010
New Revision: 935885

URL: http://svn.apache.org/viewvc?rev=935885&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-1042
updating docs for latest releases

Modified:
    
portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/03/taglib.xml
    
portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/04/jetspeed-service.xml

Modified: 
portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/03/taglib.xml
URL: 
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/03/taglib.xml?rev=935885&r1=935884&r2=935885&view=diff
==============================================================================
--- 
portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/03/taglib.xml
 (original)
+++ 
portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/03/taglib.xml
 Tue Apr 20 11:56:54 2010
@@ -37,7 +37,7 @@
       </p>      
       <source><![CDATA[<%@ page session="true" 
contentType="text/html;charset=utf-8"%>
 <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet" %>
-<%@ taglib uri="http://java.sun.com/jstl/core"; prefix='c'%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix='c'%>
 
 <portlet:defineObjects />
 

Modified: 
portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/04/jetspeed-service.xml
URL: 
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/04/jetspeed-service.xml?rev=935885&r1=935884&r2=935885&view=diff
==============================================================================
--- 
portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/04/jetspeed-service.xml
 (original)
+++ 
portals/site/jetspeed/jetspeed-2.2/jetspeed-tutorial/src/site/xdoc/04/jetspeed-service.xml
 Tue Apr 20 11:56:54 2010
@@ -125,8 +125,8 @@
 <%@ page import="javax.portlet.*" %>
 
 <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet"%>
-<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
-<%@ taglib uri="http://java.sun.com/jstl/fmt"; prefix="fmt" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix='c'%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix='c'%>
 
 <portlet:defineObjects/>
 


Reply via email to