• Debbie Braun
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello,
I have a component MyVFpage with namespace prefix MyVFpage_SF I am trying to create a new VF page for my Projects tab, but everytime I create my VF page and save the page it turns MyVFpage into myvfpage and tells me I need to create the component myvfpage. Why?

code:
<apex:page standardController="Projects" docType="html-5.0" showHeader="false" sidebar="false" applyHtmlTag="false" applyBodyTag="false">
    <c:MyVFpage />
</apex:page>

once saved returns:

Error: Component c:myvfpage does not exist[Quick Fix] Create Component myvfpage


Is there something I am missing? 
 
Hello,
I have a component MyVFpage with namespace prefix MyVFpage_SF I am trying to create a new VF page for my Projects tab, but everytime I create my VF page and save the page it turns MyVFpage into myvfpage and tells me I need to create the component myvfpage. Why?

code:
<apex:page standardController="Projects" docType="html-5.0" showHeader="false" sidebar="false" applyHtmlTag="false" applyBodyTag="false">
    <c:MyVFpage />
</apex:page>

once saved returns:

Error: Component c:myvfpage does not exist[Quick Fix] Create Component myvfpage


Is there something I am missing?