Author: jkoster
Date: 2010-06-09 12:10:19 +0200 (Wed, 09 Jun 2010)
New Revision: 42488

Modified:
   CMSContainer/trunk/CMSContainer/migration/migration_1.7_to_1.8.txt
Log:
CMSC-1565 - Make stylesheet part less error prone.

Modified: CMSContainer/trunk/CMSContainer/migration/migration_1.7_to_1.8.txt
===================================================================
--- CMSContainer/trunk/CMSContainer/migration/migration_1.7_to_1.8.txt  
2010-06-09 10:06:42 UTC (rev 42487)
+++ CMSContainer/trunk/CMSContainer/migration/migration_1.7_to_1.8.txt  
2010-06-09 10:10:19 UTC (rev 42488)
@@ -15,7 +15,8 @@
 Check the layouts of your project. You should change the <c:forEach> that 
displays the stylesheets to something like this:
 
 --- Start JSP ---
-<c:forEach var="style" items="${stylesheet}">
+<cmsc:insert-stylesheet var="stylesheets" />
+<c:forEach var="style" items="${stylesheets}">
   <c:choose>  
     <c:when test="${empty style.resource}"> 
       <link rel="stylesheet" type="text/css" 
href="${pageContext.request.contextPath}/stylesheet/${style.id}.css" 
media="${style.media}" />

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to