AW: [opencms-dev] Nested taglib elements
Ulrich Rueth
lists at rueth.info
Mon Jan 3 22:01:25 CET 2005
Perfect, it works! :-)))
Thank you very much!
Regards
Ulrich
-----Ursprüngliche Nachricht-----
Von: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org]Im Auftrag von Sebastian
Himberger
Gesendet: Montag, 3. Januar 2005 21:39
An: The OpenCms mailing list
Betreff: Re: [opencms-dev] Nested taglib elements
Hi Ulrich,
that's because dynamic attributes are disabled. You have to edit the
WEB-INF/opencms.tld and enable expressions for the desired attributes.
Example:
<tag>
<name>contentload</name>
<tag-class>org.opencms.jsp.CmsJspTagContentLoad</tag-class>
<body-content>JSP</body-content>
<description>
This tag loads XML content items from the OpenCms VFS.
</description>
<attribute>
<name>collector</name>
</attribute>
<attribute>
<name>param</name>
<!-- THIS IS THE LINE NEEDED FOR DYNAMIC PARAMETERS -->
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>property</name>
</attribute>
<attribute>
<name>editable</name>
</attribute>
</tag>
HTH
Sebastian
Ulrich Rueth wrote:
> Hi all,
>
> is it possible to pass dynamic parameters inside a taglib element, such as
> (see articleRoot parameter):
>
> <cms:contentload collector="allInFolderDateReleasedDesc"
> param="<%=articlesRoot %>article_${number}.html|11" editable="true">
>
> The line above leads to an exception. If not, do I need to use the
> CmsDefaultResourceCollector class directly?
>
> Thanks and regards
> Ulrich
>
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list