<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Jim Mitchell</title>
	
	<link>http://jimmitchell.org</link>
	<description>Salesforce.com administrator &amp; developer</description>
	<lastBuildDate>Sat, 04 May 2013 17:05:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jimmitchell/comments" /><feedburner:info uri="jimmitchell/comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on iPad iOS 6 Multi-Value Picklist Bug in Salesforce by Jim Mitchell</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/Zk5kK4VgSb8/</link>
		<dc:creator>Jim Mitchell</dc:creator>
		<pubDate>Sat, 04 May 2013 17:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2676#comment-1014</guid>
		<description><![CDATA[&lt;p&gt;Hi Cecilia,&lt;/p&gt;

&lt;p&gt;Thanks for the kudos. This theme is a child-theme of the Genesis framework called Minimal, with many customizations made. You can find more information about it &lt;a href=&quot;http://www.shareasale.com/r.cfm?b=308058&amp;u=580725&amp;m=28169&amp;urllink=&amp;afftrack=&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi Cecilia,</p>

<p>Thanks for the kudos. This theme is a child-theme of the Genesis framework called Minimal, with many customizations made. You can find more information about it <a href="http://www.shareasale.com/r.cfm?b=308058&#038;u=580725&#038;m=28169&#038;urllink=&#038;afftrack=" rel="nofollow">here</a>.</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2013/01/10/salesforce-ipad-ios-6-multi-value-picklist-bug/#comment-1014</feedburner:origLink></item>
	<item>
		<title>Comment on iPad iOS 6 Multi-Value Picklist Bug in Salesforce by Cecilia</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/6he9oDFdYn8/</link>
		<dc:creator>Cecilia</dc:creator>
		<pubDate>Fri, 03 May 2013 02:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2676#comment-1013</guid>
		<description><![CDATA[&lt;p&gt;I absolutely love your blog.. Great colors &amp; theme.&lt;/p&gt;

&lt;p&gt;Did you make this website yourself? Please reply back 
as I&#039;m hoping to create my own website and would like to learn where you got this from or exactly what the theme is called. Thanks!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I absolutely love your blog.. Great colors &amp; theme.</p>

<p>Did you make this website yourself? Please reply back 
as I&#8217;m hoping to create my own website and would like to learn where you got this from or exactly what the theme is called. Thanks!</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2013/01/10/salesforce-ipad-ios-6-multi-value-picklist-bug/#comment-1013</feedburner:origLink></item>
	<item>
		<title>Comment on Making a Field Appear Required on a Visualforce Page by Klaus</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/vKbrwysdHgs/</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Sun, 28 Apr 2013 15:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2531#comment-1012</guid>
		<description><![CDATA[&lt;p&gt;My frient try  this allows most actions to be triggered even though  required fields are present.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>My frient try  this allows most actions to be triggered even though  required fields are present.</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2012/10/19/making-a-field-appear-required-on-a-visualforce-page/#comment-1012</feedburner:origLink></item>
	<item>
		<title>Comment on Making a Field Appear Required on a Visualforce Page by Jim Mitchell</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/gaUDNrLwvzY/</link>
		<dc:creator>Jim Mitchell</dc:creator>
		<pubDate>Wed, 17 Apr 2013 01:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2531#comment-1011</guid>
		<description><![CDATA[&lt;p&gt;Did you wrap your label and field in the &lt;code&gt;&lt;apex:pageblocksectionitem&gt;&lt;/code&gt; tag? That tag is necessary to make label and field align properly -- unless of course your VF page is custom somehow.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Did you wrap your label and field in the <code>&lt;apex:pageblocksectionitem&gt;</code> tag? That tag is necessary to make label and field align properly &#8212; unless of course your VF page is custom somehow.</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2012/10/19/making-a-field-appear-required-on-a-visualforce-page/#comment-1011</feedburner:origLink></item>
	<item>
		<title>Comment on Making a Field Appear Required on a Visualforce Page by supriya</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/ib9wcHL6Dig/</link>
		<dc:creator>supriya</dc:creator>
		<pubDate>Tue, 16 Apr 2013 18:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2531#comment-1010</guid>
		<description><![CDATA[&lt;p&gt;I was looking for something similar. It works fine but now the alignment of the field is changed. It looks very out of the proportion on my VF. Any suggestions?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I was looking for something similar. It works fine but now the alignment of the field is changed. It looks very out of the proportion on my VF. Any suggestions?</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2012/10/19/making-a-field-appear-required-on-a-visualforce-page/#comment-1010</feedburner:origLink></item>
	<item>
		<title>Comment on Making a Field Appear Required on a Visualforce Page by hussain</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/9_E5VLh9YrQ/</link>
		<dc:creator>hussain</dc:creator>
		<pubDate>Fri, 01 Feb 2013 09:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2531#comment-1001</guid>
		<description><![CDATA[&lt;p&gt;Hi Jim,&lt;/p&gt;

&lt;p&gt;Great , Your are rocking man, you reduced my work a lot.&lt;/p&gt;

&lt;p&gt;Thanks man, thanks a lot.&lt;/p&gt;

&lt;p&gt;Balu&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>

<p>Great , Your are rocking man, you reduced my work a lot.</p>

<p>Thanks man, thanks a lot.</p>

<p>Balu</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2012/10/19/making-a-field-appear-required-on-a-visualforce-page/#comment-1001</feedburner:origLink></item>
	<item>
		<title>Comment on Making a Field Appear Required on a Visualforce Page by Jim Mitchell</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/VxrYL-oEBgA/</link>
		<dc:creator>Jim Mitchell</dc:creator>
		<pubDate>Thu, 31 Jan 2013 18:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2531#comment-1000</guid>
		<description><![CDATA[&lt;p&gt;@Balu&lt;/p&gt;

&lt;p&gt;I might try something like this (note, it&#039;s not been tested):&lt;/p&gt;

&lt;p&gt;&lt;pre class=&quot;brush: text; gutter: true; first-line: 1; highlight: []; html-script: false&quot;&gt;
if(a.Field_One__c == null &#124;&#124; a.Field_Two__c == null) {
    if(a.Field_One__c == null) {
        a.Field_One__c.addError(&#039;Field one was not completed.&#039;);
    }
    if(a.Field_Two__c == null) {
        a.Field_Two__c.addError(&#039;Field two was not completed.&#039;);
    }
    return null;
}
else {
    update a;
    PageReference pr = new PageReference(&#039;/&#039; + a.id);
    pr.setRedirect(true);
    return pr;
}
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;This should (in theory) attach the field error to each field separately.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>@Balu</p>

<p>I might try something like this (note, it&#8217;s not been tested):</p>

<p><pre class="brush: text; gutter: true; first-line: 1; highlight: []; html-script: false">
if(a.Field_One__c == null || a.Field_Two__c == null) {
    if(a.Field_One__c == null) {
        a.Field_One__c.addError(&#039;Field one was not completed.&#039;);
    }
    if(a.Field_Two__c == null) {
        a.Field_Two__c.addError(&#039;Field two was not completed.&#039;);
    }
    return null;
}
else {
    update a;
    PageReference pr = new PageReference(&#039;/&#039; + a.id);
    pr.setRedirect(true);
    return pr;
}
</pre></p>

<p>This should (in theory) attach the field error to each field separately.</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2012/10/19/making-a-field-appear-required-on-a-visualforce-page/#comment-1000</feedburner:origLink></item>
	<item>
		<title>Comment on Making a Field Appear Required on a Visualforce Page by hussain</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/_QCzcpuLhVk/</link>
		<dc:creator>hussain</dc:creator>
		<pubDate>Thu, 31 Jan 2013 07:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2531#comment-999</guid>
		<description><![CDATA[&lt;p&gt;Hi Jim,&lt;/p&gt;

&lt;p&gt;Good post, please let me know, if i have more than two fields are in the page. now i want to get an 2 error messages at a time, if i missed two fields.&lt;/p&gt;

&lt;p&gt;How can we get this.&lt;/p&gt;

&lt;p&gt;Please help me on this.&lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;

&lt;p&gt;Balu&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>

<p>Good post, please let me know, if i have more than two fields are in the page. now i want to get an 2 error messages at a time, if i missed two fields.</p>

<p>How can we get this.</p>

<p>Please help me on this.</p>

<p>Thanks in advance</p>

<p>Balu</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2012/10/19/making-a-field-appear-required-on-a-visualforce-page/#comment-999</feedburner:origLink></item>
	<item>
		<title>Comment on Yasu 2.8.2 Released for Mountain Lion Compatibility by Jim Mitchell</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/cYlkSLk2-0Q/</link>
		<dc:creator>Jim Mitchell</dc:creator>
		<pubDate>Fri, 04 Jan 2013 17:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2458#comment-991</guid>
		<description><![CDATA[&lt;p&gt;No estimate yet, but it is being worked on.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>No estimate yet, but it is being worked on.</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2012/07/28/yasu-2-8-released-for-mountain-lion-compatibility/#comment-991</feedburner:origLink></item>
	<item>
		<title>Comment on Yasu 2.8.2 Released for Mountain Lion Compatibility by steve</title>
		<link>http://feedproxy.google.com/~r/jimmitchell/comments/~3/Q93Ld3egW2I/</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 11 Dec 2012 06:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://jimmitchell.org/?p=2458#comment-987</guid>
		<description><![CDATA[&lt;p&gt;Hi Jim,&lt;/p&gt;

&lt;p&gt;Any estimate on when the new version will be ready? Thanks&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>

<p>Any estimate on when the new version will be ready? Thanks</p>
]]></content:encoded>
	<feedburner:origLink>http://jimmitchell.org/2012/07/28/yasu-2-8-released-for-mountain-lion-compatibility/#comment-987</feedburner:origLink></item>
</channel>
</rss>
