Author: dpillot
Date: Thu Jun 21 15:24:29 2007
New Revision: 1214
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D1214&repname=
=3Dcorporate_portal_templates
Log:
jsp:scriptlet is not allowed as child tag of c:choose now by updated tld
Modified:
branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/categories.jsp
Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/categories.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/view/jsp/categories.jsp&rev=3D1214&repname=3Dcorporate_portal_t=
emplates
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/categories.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/categories.jsp Thu Jun 21 15:=
24:29 2007
@@ -175,8 +175,8 @@
- <bean:write name=3D"curField" pr=
operty=3D"object" filter=3D"false"/><br/>
</c:when>
=
- <%/** Big Text Field *****************=
**************/ %>
- <c:when test=3D"${type =3D=3D BIGTEXT}=
">
+
+ <c:when test=3D"${type =3D=3D BIGTEXT}=
"><%/** Big Text Field *******************************/ %>
<bean:define name=3D"curField" pro=
perty=3D"value" id=3D"curFieldStr" type=3D"java.lang.String"/>
<%
// truncate the string to 35 chars
@@ -190,8 +190,8 @@
%>
</c:when>
=
- <%/** File Field *********************=
**************/ %>
- <c:when test=3D"${type =3D=3D FILE}">
+
+ <c:when test=3D"${type =3D=3D FILE}"><=
%/** File Field ***********************************/ %>
<bean:define id=3D"currentFile" na=
me=3D"curField" property=3D"object"/>
<logic:present name=3D"currentFile=
">
<logic:equal name=3D"currentFi=
le" property=3D"downloadable" value=3D"true">
@@ -209,8 +209,8 @@
</logic:present>
</c:when>
=
- <%/** Page Field *********************=
**************/ %>
- <c:when test=3D"${type =3D=3D PAGE}">
+
+ <c:when test=3D"${type =3D=3D PAGE}"><=
%/** Page Field ***********************************/ %>
<logic:present name=3D"curField" p=
roperty=3D"object">
<bean:define id=3D"currentPage=
" name=3D"curField" property=3D"object"/>
<logic:notEmpty name=3D"curren=
tPage">
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list