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
JaydipJaydip 

Calling a method from radio control

Hi,

 

I am trying to invoked a method from a radio button in PageBlockTable. Looks like with SelectRadio, there is no action attribute. So,how should I call?

 

 

Thanks

Jaydip

bob_buzzardbob_buzzard
You could nest an actionSupport component in the selectradio tied to the onchange event.