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
robert webber 8robert webber 8 

Incorrect Lightning Style Sheet Error Messages

I'm using the Lightning style sheets with my Visualforce pages. All error messages come out in the ApexPages.severity.ERROR format, regardless of the severity setting. Example below. It comes out in INFO format if I turn off Lightning Experience. If I turn it on, it comes out in the red ERROR format. Any ideas?

            ApexPages.addmessage(new ApexPages.message(ApexPages.severity.INFO,'Projection complete'));