function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JimPDXJimPDX 

Visualforce Warning - Winter 2010 Sandbox Preview

I have been testing my VF pages in the updated sandbox. On two different VF pages (standard controllers) I am getting warning messages which don't pertain to my code at all... e.g. referencing an apex:component tag which doesn't exist. Is anyone else noticing issues? There is not a single <th> tag in my code at all, nor is there a component. Ideas?

 

 

Warning

 
 
  • Open quote is expected for attribute "colspan" associated with an element type "th". at line 8
  • The element type "apex:component" should be terminated by the matching end-tag "</apex:component>". at line 2
  • The element type "apex:component" should be terminated by the matching end-tag "</apex:component>". at line 12

 

aballardaballard

Some of the "standard" components are implemented using VF, so this sounds to me like there is an error in one of them.

Can you paste the markup for one of your pages that gives these errors?