Further details:<div><br></div><div>Since I am using the v8list to generate the list of news on the detail page the center_singlepage.jsp from that module is doing most of the work. I have inserted some "debug" code to see why I don't get the "nice urls".</div>
<div><br></div><div>When I mimic the code in the <cms:link>-tag I get contradicting results: </div><div><br></div><div>I_CmsDetailPageFinder finder.getAllDetailPages()</div><div><br></div><div>does return my detail page when looking up detail pages for  v8news (only one set up).</div>
<div><br></div><div>But finder.getDetailPage() returns null.</div><div><br></div><div>Trying a slightly different variation:</div><div><br></div><div><div>OpenCms.getADEManager().isDetailPage(cms.getCmsObject(), cms.getCmsObject().readResource(cms.getRequestContext().getUri()))</div>
<div><br></div><div>returns true but </div><div><br></div><div>OpenCms.getADEManager().getDetailPage(cms.getCmsObject(), rootVfsName, cms.getRequestContext().getUri());</div></div><div><br></div><div>returns null...</div>
<div><br></div><div>The first one makes a lookup in a configuration cache and obviously finds it to be configured as a detail page (and the sitemap editor seems to agree as it shows the page with the v8news icon rather than the normal container page icon, as well as list the file/folder name + "(*v8news)")</div>
<div><br></div><div>Looking at the code for CmsADEManager.getDetailPage(CmsObject cms, String pageRootPath, String originPath) there are two places where it can return null. The second half looks up the detail page from CmsADEConfigData based on the type, and I can verify that given "v8news" the CmsADEConfigData does return the detail page I've set up.</div>
<div><br></div><div>So it seems that it is during the first part it either fails to find a resource type or finds the wrong one:</div><div><br></div><div><div> boolean online = cms.getRequestContext().getCurrentProject().isOnlineProject();</div>
<div> CmsConfigurationCache cache = online ? m_onlineCache : m_offlineCache;</div><div> String resType = cache.getParentFolderType(pageRootPath);</div><div> if (resType == null) {</div><div>     return null;</div><div> }</div>
</div><div><br></div><div>Most methods on the CmsConfigurationCache are protected so I haven't probed it but it does use the parent folder of the pageRootPath (in my example /.content/v8news/v8news-00003.html) to lookup the type. </div>
<div><br></div><div>The /.content/v8news was a plain folder which I then changed to "v8newsgallery" (which I can see what is used in the flower example), but the result is the same - all listed links point to the .content/v8news folder since the getDetailPage() continues to return null.</div>
<div><br></div><div>Any ideas what is missing?</div><div><br></div><div>Brs</div><div>Claus</div><div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/9 Claus Priisholm <span dir="ltr"><<a href="mailto:cpr@codedroids.com" target="_blank">cpr@codedroids.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br clear="all"><div>Well, not really...</div><div><br></div><div>I am obviously overlooking something in the configuration since the example in the demo stuff is working.</div>
<div><br></div><div>I have a detail page of type v8news inside a sub-site (such as /da/... ). The subsite map seems to be required as I otherwise cannot have a news detail page per locale.</div>
<div><br></div><div>The news articles themselves reside in the /.content/v8news folder (common for all locales)</div><div><br></div><div>I place a v8list element on the detail page and it lists the news articles, but the links are not rewritten to point to the detail page and instead in opens the "raw" news article with an error saying "This element can not be displayed correctly because there is no detail page configured for this type. Please create a type detail page for this type in the sitemap editor."</div>

<div><br></div><div>Which is what I have done and it is also duely recorded in the /da/.content/.config file that there is a v8news detail page.</div><div><br></div><div>Now since I was kind of surprised* to find that the configuration of the v8list needed to be repeated for each locale I am wondering if that also applies to the .config file. The examples I've looked at seems to suggest that this is always in "en" locale and it certainly did not help to add configuration for more locales - I still get links to the raw news article</div>

<div><br></div><div>(* I was missing the mapping for the da locale and ended up with a lot of empty headlines and links in the list output because it was missing the mapping for that locale)</div><div><br></div><div>The documentation I've stumbled upon seems to suggest that I am doing all that is needed, but still to no avail.</div>

<div><br></div>Brs<span class="HOEnZb"><font color="#888888"><br>Claus<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Claus Priisholm<div>+45 48 22 46 46</div><div>cpr (you know what) <a href="http://codedroids.com" target="_blank">codedroids.com</a></div><br>
</div>