<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Now MVC has rescues: Kind Of</title>
	<atom:link href="http://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/</link>
	<description>Tales from the field...</description>
	<lastBuildDate>Sat, 11 Feb 2012 08:43:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Joe Ocampo</title>
		<link>http://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/#comment-321</link>
		<dc:creator>Joe Ocampo</dc:creator>
		<pubDate>Fri, 14 Mar 2008 12:06:08 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/12/10/now-mvc-has-rescues-kind-of.aspx#comment-321</guid>
		<description>@SC

The work I did with the Rescue was committed to the MVCContrib project. I believe they are refactoring as we speak based on the latest release of the MVC extensions.

 Cheers!</description>
		<content:encoded><![CDATA[<p>@SC</p>
<p>The work I did with the Rescue was committed to the MVCContrib project. I believe they are refactoring as we speak based on the latest release of the MVC extensions.</p>
<p> Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SC</title>
		<link>http://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/#comment-320</link>
		<dc:creator>SC</dc:creator>
		<pubDate>Wed, 12 Mar 2008 16:32:40 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/12/10/now-mvc-has-rescues-kind-of.aspx#comment-320</guid>
		<description>Now that the second release is out, how would your code have to be modified? For example, there is not more virtual bool OnError.

Thanks.
</description>
		<content:encoded><![CDATA[<p>Now that the second release is out, how would your code have to be modified? For example, there is not more virtual bool OnError.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent</title>
		<link>http://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/#comment-319</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Sun, 27 Jan 2008 05:44:13 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/12/10/now-mvc-has-rescues-kind-of.aspx#comment-319</guid>
		<description>Nice coding. Except, if I&#039;m not wrong, that this does not handle exceptions thrown in a view. For example, if I call an object in my viewdata that is null.

Like this example, where the Languages object is not set

&lt;%= Html.Select(&quot;LanguageID&quot;,ViewData.Languages)%&gt;

Funny thing is, I of course debugged, and the code entered the OnError method and went down to the line where the rescue view is rendered:

RenderView(&quot;~/Views/Rescue/&quot;...)


Yet, the exception is still thrown, so I guess that&#039;s because it&#039;s that inline code that throws it.

Just wanted to give you this input.</description>
		<content:encoded><![CDATA[<p>Nice coding. Except, if I&#8217;m not wrong, that this does not handle exceptions thrown in a view. For example, if I call an object in my viewdata that is null.</p>
<p>Like this example, where the Languages object is not set</p>
<p>< %= Html.Select("LanguageID",ViewData.Languages)%></p>
<p>Funny thing is, I of course debugged, and the code entered the OnError method and went down to the line where the rescue view is rendered:</p>
<p>RenderView(&#8220;~/Views/Rescue/&#8221;&#8230;)</p>
<p>Yet, the exception is still thrown, so I guess that&#8217;s because it&#8217;s that inline code that throws it.</p>
<p>Just wanted to give you this input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Ocampo</title>
		<link>http://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/#comment-318</link>
		<dc:creator>Joe Ocampo</dc:creator>
		<pubDate>Wed, 12 Dec 2007 06:40:41 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/12/10/now-mvc-has-rescues-kind-of.aspx#comment-318</guid>
		<description>@ Jeff, sure will once I get the test finished.</description>
		<content:encoded><![CDATA[<p>@ Jeff, sure will once I get the test finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Palermo</title>
		<link>http://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/#comment-317</link>
		<dc:creator>Jeffrey Palermo</dc:creator>
		<pubDate>Wed, 12 Dec 2007 04:44:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/12/10/now-mvc-has-rescues-kind-of.aspx#comment-317</guid>
		<description>Will you submit this to MvcContrib.org as a patch?</description>
		<content:encoded><![CDATA[<p>Will you submit this to MvcContrib.org as a patch?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
