<?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 Wärting Innovative Solutions</title>
	<atom:link href="http://warting.se/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://warting.se</link>
	<description>Wärtings blogg, här kan du se min portfolio och diverse webtips</description>
	<lastBuildDate>Tue, 21 Feb 2012 06:55:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Ny version av Online Font Converter by How to install OS X *.TTC font on Windows? Error: “*.TTC does not appear to be a valid font”</title>
		<link>http://warting.se/2010/03/15/ny-version-av-online-font-converter/comment-page-1/#comment-628</link>
		<dc:creator>How to install OS X *.TTC font on Windows? Error: “*.TTC does not appear to be a valid font”</dc:creator>
		<pubDate>Tue, 21 Feb 2012 06:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1049#comment-628</guid>
		<description>[...] ttc to ttf with onlinefontconverter.com (developed by me), [...]</description>
		<content:encoded><![CDATA[<p>[...] ttc to ttf with onlinefontconverter.com (developed by me), [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make Eclipse use UTF-8 as default by admin</title>
		<link>http://warting.se/2011/07/12/make-eclipse-use-utf-8-as-default/comment-page-1/#comment-506</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 06 Oct 2011 08:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1464#comment-506</guid>
		<description>On a Mac OS X system, you can find eclipse.ini by right-clicking (or Ctrl+click) on the Eclipse executable in Finder, choose Show Package Contents, and then locate eclipse.ini in the MacOS folder under Contents.</description>
		<content:encoded><![CDATA[<p>On a Mac OS X system, you can find eclipse.ini by right-clicking (or Ctrl+click) on the Eclipse executable in Finder, choose Show Package Contents, and then locate eclipse.ini in the MacOS folder under Contents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make Eclipse use UTF-8 as default by Jimmy</title>
		<link>http://warting.se/2011/07/12/make-eclipse-use-utf-8-as-default/comment-page-1/#comment-505</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Thu, 06 Oct 2011 08:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1464#comment-505</guid>
		<description>Where can i find the ini file?</description>
		<content:encoded><![CDATA[<p>Where can i find the ini file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Directadmin SVN Plugin by Saleh</title>
		<link>http://warting.se/2010/10/13/directadmin-plugin/comment-page-1/#comment-497</link>
		<dc:creator>Saleh</dc:creator>
		<pubDate>Sat, 30 Jul 2011 18:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1304#comment-497</guid>
		<description>Hi,
This plugin is a good job. I have a question: How can I have demo one for testing?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This plugin is a good job. I have a question: How can I have demo one for testing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XForm AfterSubmitPostedData is not triggered by Martin S.</title>
		<link>http://warting.se/2011/05/10/xform-aftersubmitposteddata-is-not-triggered/comment-page-1/#comment-496</link>
		<dc:creator>Martin S.</dc:creator>
		<pubDate>Wed, 06 Jul 2011 13:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1437#comment-496</guid>
		<description>Thank you for your effort in debugging this! It solved our problem :-)

Of course it was the SMTP server config that was at fault. Or rather the implementation of Xforms..

Cheers!</description>
		<content:encoded><![CDATA[<p>Thank you for your effort in debugging this! It solved our problem <img src='http://warting.se/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Of course it was the SMTP server config that was at fault. Or rather the implementation of Xforms..</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XForm AfterSubmitPostedData is not triggered by Linus Ekström</title>
		<link>http://warting.se/2011/05/10/xform-aftersubmitposteddata-is-not-triggered/comment-page-1/#comment-477</link>
		<dc:creator>Linus Ekström</dc:creator>
		<pubDate>Wed, 11 May 2011 08:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1437#comment-477</guid>
		<description>Hi Stefan!

The Implementation of submit form in XFormControl calls the Send action of the form in a try-catch statement. The AfterSubmitPostedDataEvent is triggered last in the try-catch block which means that it will only be triggered if no exception has occured when sending the form (to bd/email etc). If the Send method fails a validator will be added to the Page.Validators collection with the ValidationGroup specified for the XFormControl.

If you have a ValidationSummary control on the page (with the same validation group as the form) the user should see the error message in the summary. I think that the Alloy Templates in EPiServer CMS R2 misses this Validation Group, perhaps that&#039;s why you don&#039;t see the error message?

Since the form has not been successfully submitted I think it would be wrong to trigger the AfterSubmitPostedDataEvent event although you could always have an opinion of the try-catch should be made in the first place.</description>
		<content:encoded><![CDATA[<p>Hi Stefan!</p>
<p>The Implementation of submit form in XFormControl calls the Send action of the form in a try-catch statement. The AfterSubmitPostedDataEvent is triggered last in the try-catch block which means that it will only be triggered if no exception has occured when sending the form (to bd/email etc). If the Send method fails a validator will be added to the Page.Validators collection with the ValidationGroup specified for the XFormControl.</p>
<p>If you have a ValidationSummary control on the page (with the same validation group as the form) the user should see the error message in the summary. I think that the Alloy Templates in EPiServer CMS R2 misses this Validation Group, perhaps that&#8217;s why you don&#8217;t see the error message?</p>
<p>Since the form has not been successfully submitted I think it would be wrong to trigger the AfterSubmitPostedDataEvent event although you could always have an opinion of the try-catch should be made in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog till app generator by Shahin Alborz</title>
		<link>http://warting.se/2011/01/01/blog-till-app-generator/comment-page-1/#comment-311</link>
		<dc:creator>Shahin Alborz</dc:creator>
		<pubDate>Thu, 13 Jan 2011 10:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1348#comment-311</guid>
		<description>Den funkar riktigt bra! Du är helt sjukt produktiv... :)</description>
		<content:encoded><![CDATA[<p>Den funkar riktigt bra! Du är helt sjukt produktiv&#8230; <img src='http://warting.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chrome experiments by jimmy</title>
		<link>http://warting.se/2010/08/31/chrome-experiments/comment-page-1/#comment-243</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Sat, 09 Oct 2010 13:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1229#comment-243</guid>
		<description>Helt klart det coolaste jag har sätt på webben!</description>
		<content:encoded><![CDATA[<p>Helt klart det coolaste jag har sätt på webben!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geek Meet 2010 by Arnolds</title>
		<link>http://warting.se/2010/02/26/geek-meet-2010/comment-page-1/#comment-10</link>
		<dc:creator>Arnolds</dc:creator>
		<pubDate>Fri, 26 Feb 2010 10:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=1036#comment-10</guid>
		<description>Jag kommer!</description>
		<content:encoded><![CDATA[<p>Jag kommer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Splitta textboxar bokstav för bokstav i Flash by admin</title>
		<link>http://warting.se/2010/02/02/splittextfield-splitta-textboxar-bokstav-for-bokstav-i-flash/comment-page-1/#comment-7</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Feb 2010 07:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://warting.se/?p=890#comment-7</guid>
		<description>Håller med, något jag letat länge efter. Så snubblar man bara på den sen!</description>
		<content:encoded><![CDATA[<p>Håller med, något jag letat länge efter. Så snubblar man bara på den sen!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

