[opencms-dev] (6b3) contentload taglib + scriptlet
Jorge González
informatico at hotelparadisepark.com
Mon Jun 13 16:35:47 CEST 2005
Hi list:
I'm reading the contents with a
<cmstag:contentload collector="${property.collector}"
.... [here]
</cmstag:contentload>
And i need to use [here] the jsp bean to extract content in different
languages. The taglib doesn't have this feature.
So i need to get the actual content uri to pass it to the cms bean
<%
cmsBean.getContent(uri, "Title", locale1);
%>
How can i get this uri from the scriptlet ?
Does the cmstag define any parameter to store the actual uri ?
Thanks in advance.
More information about the opencms-dev
mailing list