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
Chiru GogulakondaChiru Gogulakonda 

How to display Validation error messges in Inline visualforce page?

How to display validation messages in  inline visualforce pages, i created one inline vf page.but its doesn't show show validation error messages. please any one help me out for this?

nickwick76nickwick76

Have you added the pagemessages tag to the page or component within the page or component tag? i.e.

 

<apex:pageMessages />

 

// Niklas

Chiru GogulakondaChiru Gogulakonda

I had already added <apex:messages/> tag..but its not showing any errors..

nickwick76nickwick76

So you used apex:messages and not apex:pagemessages?

Try using apex:pagemessages. This tag should display all messages on a page, Salesforce generated as well as custom messages.

 

// Niklas

Chiru GogulakondaChiru Gogulakonda

Sorry I used Apex page messages also..