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
KiranNaiduKiranNaidu 

Hi, In vf Page. I have a command button in one of the column for pageBlockTable. I need to call an api from this button and then read this response to dispaly in Popup outputpanel


                <!-- test code    Start---->
                <apex:column headerValue="Allotnumber">
                   <!-- <apex:inputCheckbox onclick="{!showPopup}" rendered="{!accWrap.ListPrice == 44.95}" /> -->
                    <apex:commandButton value="SelectNumber" action="{!showPopup}" rendered="{!accWrap.ListPrice == 44.95}" />
                </apex:column>

I just need help completing this use case
KiranNaiduKiranNaidu
I just created below Mockable API for doing testing developement:
http://demo9888763.mockable.io/getnumbers