[opencms-dev] UUID instead of talking URI?
Thorsten Duhn
duhn at regio-gmbh.de
Wed Nov 27 16:56:24 CET 2013
Hello,
I'm trying to create my own structured XML content based on what I find
in documentation, Wiki and Bootstrap example. But I have several
problems left, here my first (more to come): I need to do one for news
article list, just like list-large and blog-detail.
But the link to the detail page always uses UUID instead of creating a
speaking URI from title (like blog list does). I cannot see, where this
is configured, done. I included <cms:link>${content.filename}</cms:link>
just like in example. The UUID in URL is the same as from the XML file
has, as it is referred to in lists container page.
<a
href="/opencms/opencms/de/aktuelles/875c58d0-576b-11e3-876c-dfb2d9dc1c47/">
<link type="STRONG">
<target>
<![CDATA[/sites/default/de/.content/news/news_00001.xml]]>
</target>
<uuid>875c58d0-576b-11e3-876c-dfb2d9dc1c47</uuid>
</link>
What am I missing?
Regards,
Thorsten
More information about the opencms-dev
mailing list