You need to sign in to do that
Don't have an account?

How display an error message on the visualforce page?
Hi All,
I want know how display an error message on the visualforce page?
Thanks
Rafael
I want know how display an error message on the visualforce page?
Thanks
Rafael
http://www.sfdcpoint.com/salesforce/show-error-message-visualforce-page/
VisualForce Page Code.
Apex Code.
Here is screen shot of the desired output.
Regards,
Ajay.
If this answers your query please mark this question as a solved so that it can be filtered out from unsolved questions.
Sorry, this don't work.
follow my page:
I'm using this apex page:
<apex:page showHeader="false" sidebar="false" standardStylesheets="false"
applyHtmlTag="false" applyBodyTag="false" docType="html-5.0" controller="Account_Mancha">
So I need to show a message in this page.
is it possible?
Thanks