AW: [opencms-dev]
Fabian Huschka
fabian.huschka at componio.net
Thu Dec 7 20:08:18 CET 2006
Hello René,
I had the same problem and solved it in the following way:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<cms.contentload collector="..." param="<fileX>...">
<c:set var="linktofileY"><cms:contentshow element="<link to file y>"
/></c:set>
</cms:contentload>
<cms:contentload collector="...." param="${pageContext.linktofileY}...">
.... do whatever you want ...
</cms:contentload>
I cannot remember if you may also nest the contentload-tag.
Regards,
Fabian
René Toller schrieb:
> The <cms:contentload collector="..." param="..."> doesn't work for me, cause I need to write it into a variable and therefore execute it within the java code.
>
More information about the opencms-dev
mailing list