<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>romkey.com &#187; Catalyst</title>
	<atom:link href="http://romkey.com/category/code/catalyst/feed/" rel="self" type="application/rss+xml" />
	<link>http://romkey.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 16:32:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Working Through a Catalyst View Rendering Problem</title>
		<link>http://romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/</link>
		<comments>http://romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 02:39:01 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[uvfood]]></category>

		<guid isPermaLink="false">http://romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/</guid>
		<description><![CDATA[  I've been adding some belated email notifications to  UVFood  and in the process I ran into a frustrating problem: it wasn't working at all.  ...  Views are for rendering pages, but Catalyst::View::Email takes already-rendered text and then emails it somewhere.  ...  I've written templates for the messages I need to send using HTML::Mason, so I need to render these templates before I can send a message. 

...The fix is to fully qualify the view name, ie:    my $v = $c->view('UVFoodApp::View::Mason');    Now I'm getting the correct component.  <a href="http://romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.221) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 46/57 queries in 0.022 seconds using disk: basic

Served from: romkey.com @ 2012-05-18 03:12:09 -->
