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

Display error or alert on Vf page
Hi.II have a search VF page with various field datatypes.
Like Date,currency.
I would like to display error on Vf page when date format is not being followed.Default format is yyyy-dd-mm.So if user enters other than this format,i want to show an alert or error on Vf page saying to enter correct format.
Please help.
Like Date,currency.
I would like to display error on Vf page when date format is not being followed.Default format is yyyy-dd-mm.So if user enters other than this format,i want to show an alert or error on Vf page saying to enter correct format.
Please help.
if user enters anything different it throws excepton, you can catch these exceptions using <apex:pagemessages>, <apex:messages> componenets.
hope this solves your problem. if you get any better solution, pls share it across.
--Pravi