• Gen Equity Admin
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hello,

Before I had created a VF page (as seen below):

<apex:page showheader="false" sidebar="false" >
<apex:iframe src="https://www.salesforce.com/example?isdtp=lt" scrolling="true" frameborder="0"
height="900" width="100%" id="componentContentArea"/>
</apex:page>


and then added that as a custom VF component to my homepage.  It worked fine before with each component appearing separately if user were to click on the Home tab.  Now, as of today, when I click on the Home tab, it retrieves the entire URL link page referenced from the VF page instead of my actual homepage with multiple components and VF component embedded.  Any ideas how to correct or fix this?  Is this a bug with the new Spring '15 release?