<?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 Jeff Douglas - Technology, Coding and Bears... OH MY!</title>
	<atom:link href="http://blog.jeffdouglas.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:33:33 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Passing Parameters with a CommandButton by Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/03/04/passing-parameters-with-a-commandbutton/comment-page-1/#comment-698</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2288#comment-698</guid>
		<description>Now I understand! Yes, that is another workaround. I look forward to this working as documented in the next release. Thanks for the info!</description>
		<content:encoded><![CDATA[<p>Now I understand! Yes, that is another workaround. I look forward to this working as documented in the next release. Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing Parameters with a CommandButton by Andres Perez</title>
		<link>http://blog.jeffdouglas.com/2010/03/04/passing-parameters-with-a-commandbutton/comment-page-1/#comment-697</link>
		<dc:creator>Andres Perez</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2288#comment-697</guid>
		<description>This is what I am saying:

&lt; apex:param name=&quot;nickName&quot; value=&quot;{!contact.firstname}&quot; /&gt;

And on the controller/extension, you do this:

ApexPages.currentPage().getParameters().get(‘nickName’);</description>
		<content:encoded><![CDATA[<p>This is what I am saying:</p>
<p>&lt; apex:param name=&#8221;nickName&#8221; value=&#8221;{!contact.firstname}&#8221; /&gt;</p>
<p>And on the controller/extension, you do this:</p>
<p>ApexPages.currentPage().getParameters().get(‘nickName’);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing Parameters with a CommandButton by Andres Perez</title>
		<link>http://blog.jeffdouglas.com/2010/03/04/passing-parameters-with-a-commandbutton/comment-page-1/#comment-696</link>
		<dc:creator>Andres Perez</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2288#comment-696</guid>
		<description>This is what I am saying:


   


And on the controller/extension, you do this:

ApexPages.currentPage().getParameters().get(‘nickName’);</description>
		<content:encoded><![CDATA[<p>This is what I am saying:</p>
<p>And on the controller/extension, you do this:</p>
<p>ApexPages.currentPage().getParameters().get(‘nickName’);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing Parameters with a CommandButton by Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/03/04/passing-parameters-with-a-commandbutton/comment-page-1/#comment-694</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Thu, 11 Mar 2010 13:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2288#comment-694</guid>
		<description>Andres, I think you might be a little confused. The assignTo does not reference the value of nickName but a method in the controller. &lt;a href=&quot;http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_param.htm&quot; rel=&quot;nofollow&quot;&gt;Per the docs&lt;/a&gt;: &quot;assignTo: A setter method that assigns the value of this param to a variable in the associated Visualforce controller.&quot;</description>
		<content:encoded><![CDATA[<p>Andres, I think you might be a little confused. The assignTo does not reference the value of nickName but a method in the controller. <a href="http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_param.htm" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.salesforce.com/us/developer/docs/pages/Content/pages_compref_param.htm?referer=');">Per the docs</a>: &#8220;assignTo: A setter method that assigns the value of this param to a variable in the associated Visualforce controller.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing Parameters with a CommandButton by Andres Perez</title>
		<link>http://blog.jeffdouglas.com/2010/03/04/passing-parameters-with-a-commandbutton/comment-page-1/#comment-693</link>
		<dc:creator>Andres Perez</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2288#comment-693</guid>
		<description>Don&#039;t use the assignTo=&quot;{!nickName}&quot;, but rather use: ApexPages.currentPage().getParameters().get(&#039;nickName&#039;);</description>
		<content:encoded><![CDATA[<p>Don&#8217;t use the assignTo=&#8221;{!nickName}&#8221;, but rather use: ApexPages.currentPage().getParameters().get(&#8216;nickName&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate a Visualforce Page from an Existing Page Layout by Ryan</title>
		<link>http://blog.jeffdouglas.com/2009/02/09/generate-a-visualforce-page-from-an-existing-page-layout/comment-page-1/#comment-691</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=433#comment-691</guid>
		<description>We purchased EasyPage to do this. It&#039;s an AppExchange program that costs $250 a year for unlimited users and usage. Soooo glad we did.</description>
		<content:encoded><![CDATA[<p>We purchased EasyPage to do this. It&#8217;s an AppExchange program that costs $250 a year for unlimited users and usage. Soooo glad we did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UiBinder with SuggestBox &amp; MultiWordSuggestOracle by Jason</title>
		<link>http://blog.jeffdouglas.com/2010/02/11/uibinder-with-suggestbox-multiwordsuggestoracle/comment-page-1/#comment-689</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2128#comment-689</guid>
		<description>Worked perfectly.. thanks for posting this - you saved me some frustration!</description>
		<content:encoded><![CDATA[<p>Worked perfectly.. thanks for posting this &#8211; you saved me some frustration!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Locking sObject Records by Wes</title>
		<link>http://blog.jeffdouglas.com/2010/03/09/locking-sobject-records/comment-page-1/#comment-681</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2298#comment-681</guid>
		<description>I remember this from ages ago, but I think this is one of those areas that you ignore until you are forced to deal with it.. any idea what happens under the hood if you don&#039;t implement it like this and some sort of threading-issue/race-conditions arise?</description>
		<content:encoded><![CDATA[<p>I remember this from ages ago, but I think this is one of those areas that you ignore until you are forced to deal with it.. any idea what happens under the hood if you don&#8217;t implement it like this and some sort of threading-issue/race-conditions arise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Air Applications with Salesforce.com by Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/02/01/adobe-air-applications-with-salesforce/comment-page-1/#comment-680</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2078#comment-680</guid>
		<description>Justin, thanks for the email! It was kind of a hack so that they could just see something. It&#039;s actually a custom object that creates a case in the background and then writes the case number into the custom object. As you know, you can&#039;t access cases offline. I knew this wouldn&#039;t work in production and that there would be licensing issues but wanted them to see something.</description>
		<content:encoded><![CDATA[<p>Justin, thanks for the email! It was kind of a hack so that they could just see something. It&#8217;s actually a custom object that creates a case in the background and then writes the case number into the custom object. As you know, you can&#8217;t access cases offline. I knew this wouldn&#8217;t work in production and that there would be licensing issues but wanted them to see something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Air Applications with Salesforce.com by Justin</title>
		<link>http://blog.jeffdouglas.com/2010/02/01/adobe-air-applications-with-salesforce/comment-page-1/#comment-678</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2078#comment-678</guid>
		<description>Hey Jeff, 

Nice heads up. Working on a similar POC at the moment. Just a quick question (and not related to my POC) - how did you get cases down to the AIR app? Did you work around the briefcase (as cI thought cases are not available in the briefcase)? Just got my mind ticking when a post on the boards asking the same thing and remembered your demo here....(can&#039;t for the life of me find the post though)

Always enjoy your posts - cheers.</description>
		<content:encoded><![CDATA[<p>Hey Jeff, </p>
<p>Nice heads up. Working on a similar POC at the moment. Just a quick question (and not related to my POC) &#8211; how did you get cases down to the AIR app? Did you work around the briefcase (as cI thought cases are not available in the briefcase)? Just got my mind ticking when a post on the boards asking the same thing and remembered your demo here&#8230;.(can&#8217;t for the life of me find the post though)</p>
<p>Always enjoy your posts &#8211; cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using List Custom Settings in Salesforce.com by Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-677</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-677</guid>
		<description>Nice to know, Jason. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice to know, Jason. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using List Custom Settings in Salesforce.com by Jason</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-676</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-676</guid>
		<description>Heads up that the name of a value should never be more that 38 characters as you could run into this issue.

http://community.salesforce.com/sforce/board/message?board.id=apex&amp;message.id=25521&amp;query.id=424014#M25521</description>
		<content:encoded><![CDATA[<p>Heads up that the name of a value should never be more that 38 characters as you could run into this issue.</p>
<p><a href="http://community.salesforce.com/sforce/board/message?board.id=apex&amp;message.id=25521&amp;query.id=424014#M25521" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/community.salesforce.com/sforce/board/message?board.id=apex_amp_message.id=25521_amp_query.id=424014_M25521&amp;referer=');">http://community.salesforce.com/sforce/board/message?board.id=apex&amp;message.id=25521&amp;query.id=424014#M25521</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing Parameters with a CommandLink by Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/03/03/passing-parameters-with-a-commandlink/comment-page-1/#comment-673</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Sun, 07 Mar 2010 00:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2283#comment-673</guid>
		<description>Thanks for the feedback Chris! Indeed, Wes is crazy. I think it&#039;s too many pints before breakfast. I hope he continues the jQuery stuff also.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Chris! Indeed, Wes is crazy. I think it&#8217;s too many pints before breakfast. I hope he continues the jQuery stuff also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing Parameters with a CommandLink by Chris</title>
		<link>http://blog.jeffdouglas.com/2010/03/03/passing-parameters-with-a-commandlink/comment-page-1/#comment-672</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2283#comment-672</guid>
		<description>Keep up the great posts! (Don&#039;t listen to Wes! There&#039;s not nearly enough SFDC-jQuery info out there.)  Your posts are extremely helpful in all areas... apex, vf, and jquery.... and I look forward to trying out the gwt.  Thank you!</description>
		<content:encoded><![CDATA[<p>Keep up the great posts! (Don&#8217;t listen to Wes! There&#8217;s not nearly enough SFDC-jQuery info out there.)  Your posts are extremely helpful in all areas&#8230; apex, vf, and jquery&#8230;. and I look forward to trying out the gwt.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing Parameters with a CommandButton by Jason</title>
		<link>http://blog.jeffdouglas.com/2010/03/04/passing-parameters-with-a-commandbutton/comment-page-1/#comment-667</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2288#comment-667</guid>
		<description>Yup, this is a classic bug. It should receive some type of Golden Bug Award for being so persistent. More than once have I forgot about it and then wonder why my markup wasn&#039;t working, 

http://community.salesforce.com/sforce/board/message?board.id=Visualforce&amp;message.id=18750&amp;query.id=275465#M18750

-Jason</description>
		<content:encoded><![CDATA[<p>Yup, this is a classic bug. It should receive some type of Golden Bug Award for being so persistent. More than once have I forgot about it and then wonder why my markup wasn&#8217;t working, </p>
<p><a href="http://community.salesforce.com/sforce/board/message?board.id=Visualforce&amp;message.id=18750&amp;query.id=275465#M18750" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/community.salesforce.com/sforce/board/message?board.id=Visualforce_amp_message.id=18750_amp_query.id=275465_M18750&amp;referer=');">http://community.salesforce.com/sforce/board/message?board.id=Visualforce&amp;message.id=18750&amp;query.id=275465#M18750</a></p>
<p>-Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>
