Tag Archives: ActionFunction

One Pageblocksection to another rendered using ActionFunction in Visualforce page in Salesforce

What is Action Function? apex:actionFunction component provides support for invoking controller action methods directly from JavaScript code using an AJAX request. It is different from actionsupport which only provides support for invoking controller action methods from other Visualforce components. In controller method we are checking if Rating is high then we are setting boolean variable… Read More »