<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title><![CDATA[Clément Delafargue - Commentaires]]></title>
	<description><![CDATA[Flux RSS des commentaires des articles]]></description>
	<pubDate>Sat, 19 May 2012 13:25:40 +0200</pubDate>
	<link>http://www.divarvel.fr</link>
	<language>fr</language>
	<generator>http://www.eklablog.com</generator>
	
	<item>
		<title><![CDATA[limansky - TypeSafe URLs in Lift]]></title>
		<link>http://www.divarvel.fr/typesafe-urls-in-lift-a4755129#comment-13603597</link>
		<description><![CDATA[limansky - Hi, thanks for reply. I don't know why, but the problem was solved for me than I called file /webapp/posts/star.html. If it called just /webapp/posts.html it doesn't work for me. The lift version I'm using is 2.4.]]></description>
		<content:encoded><![CDATA[<p>Hi, thanks for reply. I don't know why, but the problem was solved for me than I called file /webapp/posts/star.html. If it called just /webapp/posts.html it doesn't work for me. The lift version I'm using is 2.4.</p>]]></content:encoded>
		<pubDate>Fri, 27 Apr 2012 09:23:56 +0200</pubDate>
		<guid isPermaLink="true">http://www.divarvel.fr/typesafe-urls-in-lift-a4755129#comment-13603597</guid>
		<dc:creator>limansky</dc:creator>
		<dc:date>2012-04-27T09:23:56+02:00</dc:date>
	</item>
	<item>
		<title><![CDATA[divarvel - TypeSafe URLs in Lift]]></title>
		<link>http://www.divarvel.fr/typesafe-urls-in-lift-a4755129#comment-13554986</link>
		<description><![CDATA[divarvel - Hi, I do not currently have a public repo with this kind of code. If the problem occurs when lift tries to load the template, here is some info about template loading:
By default, since the URL is /posts/:id, the html template Lift will use is /webapp/posts.html Maybe the name&nbsp; of your...]]></description>
		<content:encoded><![CDATA[<p>Hi, I do not currently have a public repo with this kind of code.</p>
<p>If the problem occurs when lift tries to load the template, here is some info about template loading:<br/>By default, since the URL is /posts/:id, the html template Lift will use is /webapp/posts.html</p>
<p>Maybe the name&nbsp; of your template does not match this rule.</p>
<p>You can manually set the template like this:</p>
<p>&nbsp; <a href="http://scala-lang.org/" rel="nofollow"><span style="color: #0000ff; font-weight: bold;">val</span></a> entry <span style="color: #000080;">=</span> Menu.<span style="color: #000000;">param</span><span style="color: #f78811;">[</span>BlogPost<span style="color: #f78811;">]</span><span style="color: #f78811;">(</span><br/> &nbsp;&nbsp;&nbsp; <span style="color: #6666ff;">"blogpost"</span>,<br/> &nbsp; &nbsp; S <span style="color: #000080;">?</span> <span style="color: #6666ff;">"blogpost.view"</span>,<br/> &nbsp;&nbsp;&nbsp; <span style="color: #f78811;">(</span>id<span style="color: #000080;">:</span> String<span style="color: #f78811;">)</span> <span style="color: #000080;">=&gt;</span> BlogPost.<span style="color: #000000;">find</span><span style="color: #f78811;">(</span>id<span style="color: #f78811;">)</span>,<br/> &nbsp;&nbsp;&nbsp; <span style="color: #f78811;">(</span>bp<span style="color: #000080;">:</span> BlogPost<span style="color: #f78811;">)</span> <span style="color: #000080;">=&gt;</span> bp.<span style="color: #000000;">id</span>.<span style="color: #000000;">is</span><br/> &nbsp; <span style="color: #f78811;">)</span> / <span style="color: #6666ff;">"posts"</span> / <span style="color: #000080;">*</span> <span style="color: #000080;">&gt;&gt;</span><br/>&nbsp; Hidden &gt;&gt;<br/>&nbsp; Template(() =&gt; Templates("path" :: "to" :: "file" :: Nil).open_!)</p>]]></content:encoded>
		<pubDate>Tue, 24 Apr 2012 17:59:47 +0200</pubDate>
		<guid isPermaLink="true">http://www.divarvel.fr/typesafe-urls-in-lift-a4755129#comment-13554986</guid>
		<dc:creator>divarvel</dc:creator>
		<dc:date>2012-04-24T17:59:47+02:00</dc:date>
	</item>
	<item>
		<title><![CDATA[limansky - TypeSafe URLs in Lift]]></title>
		<link>http://www.divarvel.fr/typesafe-urls-in-lift-a4755129#comment-13541248</link>
		<description><![CDATA[limansky - Hi, &nbsp; Do you have a repo with complete source? There is some points making this not clean for me. I've tried to do similar thing, but I get the 404 error instead of item (but I see from log that the Item is gotten from storage, so it looks like the html file location is wrong).]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>&nbsp; Do you have a repo with complete source? There is some points making this not clean for me. I've tried to do similar thing, but I get the 404 error instead of item (but I see from log that the Item is gotten from storage, so it looks like the html file location is wrong).</p>]]></content:encoded>
		<pubDate>Mon, 23 Apr 2012 22:47:36 +0200</pubDate>
		<guid isPermaLink="true">http://www.divarvel.fr/typesafe-urls-in-lift-a4755129#comment-13541248</guid>
		<dc:creator>limansky</dc:creator>
		<dc:date>2012-04-23T22:47:36+02:00</dc:date>
	</item>
</channel>
</rss><!--mdp=-->
