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
john.krjohn.kr 

How to use rerender attribute in apex:actionfunction

How to use rerender attribute in apex:actionfunction when the boolean value is true then only rerender work else it don't wok

Tejpal KumawatTejpal Kumawat

Hi use this one :

 

<apex:actionFunction action="{!your_action_method}" name="testname"  reRender="tableBlock" rendered="{!your_boolean_variable}">
</apex:actionFunction>

 

in class:--

 

public boolean your_boolean_variable{get; set;}

 

 

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

Thanks & Regards

 

Tej Pal Kumawat

(Certified Developer) | http://salesforce-evershine-knowledge.blogspot.in/