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
dev.shiv1.3478599680068948E12dev.shiv1.3478599680068948E12 

radio button validation and display error on top of the page

Hi,

I tried validating the <apex:selectRadio> component. But I am unable to validate the field. Please help me how to achieve this either from javascript or jquery. The error should display on the top of the page. Any ideas/hints can appreciate.

 

 

 

 

 

 

Thanks.

 

 

 

-Shiva Kumar

NTPNTP

You can add error messages with the help of apex messages, add the same in visualforce page.

 

Cheers