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
hacksawblade16hacksawblade16 

action support inside facet

 

When i execute this code.My checkboxes become invisible.How can i overcome it?

 

 

<apex:column value="{!houses.name}">
               <apex:facet name="header"><apex:

inputCheckbox selected="{!chkhousehold_lname}">Name</apex:inputCheckbox>
                      <Apex:actionSupport event="onchange"  action="{!householdInputCheck}" rerender="hldSection" />
               </apex:facet>
 </apex:column>
prakash_sfdcprakash_sfdc

Hi,

 

Is there any specific reason you have not used "value" attribute in your <apex:inputCheckbox>. Also, can you please post a snapshot if possible