<?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 for Alexander Schnitzler</title>
	<atom:link href="http://www.alexanderschnitzler.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexanderschnitzler.de</link>
	<description>passionate web developer</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:19:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Disable extbase reflection cache during development (TYPO3 4.6+) by foertel</title>
		<link>http://www.alexanderschnitzler.de/2012/01/disable-extbase-reflection-cache-during-development-typo3-4-6/#comment-339</link>
		<dc:creator>foertel</dc:creator>
		<pubDate>Tue, 31 Jan 2012 08:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexanderschnitzler.de/?p=340#comment-339</guid>
		<description>never really had to disable that ... just think first, then code. ;-) you shouldn&#039;t have to change your annotations too much ... 

regards, foertel</description>
		<content:encoded><![CDATA[<p>never really had to disable that &#8230; just think first, then code. <img src='http://www.alexanderschnitzler.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  you shouldn&#8217;t have to change your annotations too much &#8230; </p>
<p>regards, foertel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable extbase reflection cache during development (TYPO3 4.6+) by Steffen Müller</title>
		<link>http://www.alexanderschnitzler.de/2012/01/disable-extbase-reflection-cache-during-development-typo3-4-6/#comment-337</link>
		<dc:creator>Steffen Müller</dc:creator>
		<pubDate>Sat, 28 Jan 2012 18:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexanderschnitzler.de/?p=340#comment-337</guid>
		<description>This is also possible in versions &lt;= 4.5:
Just put the configuration into ext_localconf.php of an extension. The extensions needs to be loaded after extbase.

Disabling reflection cache is also very handy when you use extension_builder for development.</description>
		<content:encoded><![CDATA[<p>This is also possible in versions &lt;= 4.5:<br />
Just put the configuration into ext_localconf.php of an extension. The extensions needs to be loaded after extbase.</p>
<p>Disabling reflection cache is also very handy when you use extension_builder for development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error handling with Extbase: Set own error messages by Alex</title>
		<link>http://www.alexanderschnitzler.de/2011/06/advanced-error-handling-with-extbase-and-fluid/#comment-144</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 21 Nov 2011 10:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://alexanderschnitzler.dev/?p=40#comment-144</guid>
		<description>Hi alex,
thanks for this nice tutorial. 
I found a small problem at the end of you article. 
&lt;code&gt;&lt;f:translate key=&quot;error.{field.propertyName}.{field.errorCode}&quot; ... &lt;/code&gt; This will only work if your property is lowercase only. If you use lower-camelcase like myTestProperty it won&#039;t work because you will have  to convert it to my_test_property. Did you have any solution for this?

Thanks 
Alex</description>
		<content:encoded><![CDATA[<p>Hi alex,<br />
thanks for this nice tutorial.<br />
I found a small problem at the end of you article.<br />
<code>&lt;f:translate key=&quot;error.{field.propertyName}.{field.errorCode}&quot; ... </code> This will only work if your property is lowercase only. If you use lower-camelcase like myTestProperty it won&#8217;t work because you will have  to convert it to my_test_property. Did you have any solution for this?</p>
<p>Thanks<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: Ajax Requests with Extbase and Fluid by Alexander</title>
		<link>http://www.alexanderschnitzler.de/2011/06/howto-ajax-requests-with-extbase-and-fluid/#comment-58</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Mon, 15 Aug 2011 19:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexanderschnitzler.de/?p=278#comment-58</guid>
		<description>Hey Stefan,
es kann sein, dass der Button einen Submit des Formulars auslöst. Habe den JavaScript-Teil angepasst und um ein return false; erweitert, dass die normale Funktion der Buttons unterdrückt.</description>
		<content:encoded><![CDATA[<p>Hey Stefan,<br />
es kann sein, dass der Button einen Submit des Formulars auslöst. Habe den JavaScript-Teil angepasst und um ein return false; erweitert, dass die normale Funktion der Buttons unterdrückt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: Ajax Requests with Extbase and Fluid by Stefan Schmidt</title>
		<link>http://www.alexanderschnitzler.de/2011/06/howto-ajax-requests-with-extbase-and-fluid/#comment-57</link>
		<dc:creator>Stefan Schmidt</dc:creator>
		<pubDate>Mon, 15 Aug 2011 19:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexanderschnitzler.de/?p=278#comment-57</guid>
		<description>Hallo, sehr schöne Einführung ohne irritierendes Beiwerk. Funktionierte auf Anhieb (außer in meinem Template, das ein Formular enthielt, da löst der Button offenbar was falsches aus?).
Werde mal Komplexeres testen - vielen Dank!</description>
		<content:encoded><![CDATA[<p>Hallo, sehr schöne Einführung ohne irritierendes Beiwerk. Funktionierte auf Anhieb (außer in meinem Template, das ein Formular enthielt, da löst der Button offenbar was falsches aus?).<br />
Werde mal Komplexeres testen &#8211; vielen Dank!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: Ajax Requests with Extbase and Fluid by Alexander</title>
		<link>http://www.alexanderschnitzler.de/2011/06/howto-ajax-requests-with-extbase-and-fluid/#comment-55</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sun, 14 Aug 2011 15:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexanderschnitzler.de/?p=278#comment-55</guid>
		<description>Hey Daniel,
war bis heute in Urlaub, daher erst jetzt die Antwort.

Also ohne da irgend etwas zu sehen, kann ich nur spekulieren und das bringt sicherlich nichts. Wär super, wenn du den Problemfall online hast und ich da mal per Link zugreifen könnte. Ist das möglich?</description>
		<content:encoded><![CDATA[<p>Hey Daniel,<br />
war bis heute in Urlaub, daher erst jetzt die Antwort.</p>
<p>Also ohne da irgend etwas zu sehen, kann ich nur spekulieren und das bringt sicherlich nichts. Wär super, wenn du den Problemfall online hast und ich da mal per Link zugreifen könnte. Ist das möglich?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: Ajax Requests with Extbase and Fluid by daniel</title>
		<link>http://www.alexanderschnitzler.de/2011/06/howto-ajax-requests-with-extbase-and-fluid/#comment-43</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Fri, 05 Aug 2011 21:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexanderschnitzler.de/?p=278#comment-43</guid>
		<description>Servus Alexander,

versuche gerade für meine Extbase/Fluid extension Ajax einzubauen. Hab deine extension as_ajaxexample installiert und die Ausgabe durch das Plugin funktioniert, jedoch der Ajax request nicht. Habe das gleiche Problem mit extjs_mvc_examples.
Hast du irgend eine Idee woran das liegen könnte?

Viele Grüße
Daniel</description>
		<content:encoded><![CDATA[<p>Servus Alexander,</p>
<p>versuche gerade für meine Extbase/Fluid extension Ajax einzubauen. Hab deine extension as_ajaxexample installiert und die Ausgabe durch das Plugin funktioniert, jedoch der Ajax request nicht. Habe das gleiche Problem mit extjs_mvc_examples.<br />
Hast du irgend eine Idee woran das liegen könnte?</p>
<p>Viele Grüße<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error handling with Extbase: Placing error messages next to fields using partials by Alexander</title>
		<link>http://www.alexanderschnitzler.de/2011/06/error-handling-with-extbase-placing-error-messages-next-to-fields-using-partials/#comment-31</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sun, 03 Jul 2011 14:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexanderschnitzler.de/?p=183#comment-31</guid>
		<description>Without any code I just can recommend you to debug the whole error object and look what&#039;s actually wrong.

&lt;code&gt;&lt;f:form.errors&gt;
    &lt;f:debug&gt;{error.errors}&lt;/f:debug&gt;
&lt;/f:form.errors&gt;&lt;/code&gt;

Didn&#039; test that code but should work. If not try using just &lt;code&gt;{error}&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Without any code I just can recommend you to debug the whole error object and look what&#8217;s actually wrong.</p>
<p><code>&lt;f:form.errors&gt;<br />
    &lt;f:debug&gt;{error.errors}&lt;/f:debug&gt;<br />
&lt;/f:form.errors&gt;</code></p>
<p>Didn&#8217; test that code but should work. If not try using just <code>{error}</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error handling with Extbase: Placing error messages next to fields using partials by miguel</title>
		<link>http://www.alexanderschnitzler.de/2011/06/error-handling-with-extbase-placing-error-messages-next-to-fields-using-partials/#comment-30</link>
		<dc:creator>miguel</dc:creator>
		<pubDate>Sun, 03 Jul 2011 11:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexanderschnitzler.de/?p=183#comment-30</guid>
		<description>Hello Alex,
thx for your code, it really helped! I wonder why the only time the error code gets displayed is with the Validator I wrote, the other ones dont give acces to that number.
Any Suggestions?
cheers miguel</description>
		<content:encoded><![CDATA[<p>Hello Alex,<br />
thx for your code, it really helped! I wonder why the only time the error code gets displayed is with the Validator I wrote, the other ones dont give acces to that number.<br />
Any Suggestions?<br />
cheers miguel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

