[opencms-dev] Custom param for a singleFile
Wagner,Aaron
anwagner at deq.virginia.gov
Thu Mar 6 15:20:35 CET 2008
I think you can only use macros in the contentload tag. Use something
like below.
<% pageContext.setAttribute("rname", nav.getResourceName()); %>
<cms:contentload collector="singleFile" param="${pageContext.rname}"
editable="true">
Aaron N Wagner
Web Developer, Office of Public Affairs
DEQ - Virginia Department of Environmental Quality
[W] 804.698.4265
There are 10 types of people in the world: those who understand binary,
and those who don't.
-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of
enrarjcob at alum.us.es
Sent: Thursday, March 06, 2008 9:10 AM
To: opencms-dev at opencms.org
Subject: [opencms-dev] Custom param for a singleFile
Hi,
I'm trying to read a xml content without using patterns, this an extract
of my code:
for (int i = 0; i < navElements.size(); i++) {
CmsJspNavElement nav =
(CmsJspNavElement)navElements.get(i);
String resName = nav.getResourceName();
if(nav.isFolderLink() && oldLevel!=-1){
result.append("\""+nav.getParentFolderName()+nav.getFileName()+"\"");
%>
<cms:contentload collector="singleFile"
param="<%=nav.getResourceName()%>"
editable="true">
<div class="elemento">
<cms:contentshow element="Title"
/>
<cms:contentshow element="Text"
/>
</div>
</cms:contentload>
<%
} %>
When I execute it, there is an error:
Error /WEB-INF/jsp/offline/sites/default/ER/recorrido.jsp(44,2)
According to TLD or attribute directive in tag file, attribute param
does not accept any expressions
I think, I cant use this expresion in "param", so How can i do that
then?
Thanxs!
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Wagner,Aaron.vcf
Type: text/x-vcard
Size: 367 bytes
Desc: Wagner,Aaron.vcf
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20080306/4342f646/attachment.vcf>
More information about the opencms-dev
mailing list