Monday, February 2, 2015

How to Use Apex:actionSupport tag in Visualforce Page.

How to Use Apex:actionSupport tag in Visualforce Page.  <apex:actionSupport> A component that adds AJAX support to another component, allowing the component to be refreshed asynchronously by the server when a particular event occurs, such as a button click or mouseover. actionSupport component adds AJAX support to other components in visualforce. It allows components to be refreshed asynchronously by calling the controller’s method when any event occurs (like click on button). It allows us to do partial page refresh asynchronously without refreshing  full page. In the example below, initially count value is set...

Sunday, February 1, 2015

How to Use Apex:ActionStatus tag in Visualforce Page.

How to Use Apex:ActionStatus tag in Visualforce Page. <apex:actionStatus> A component that displays the status of an AJAX update request. An AJAX request can either be in progress or complete. actionStatus visualforce component displays the status of an AJAX update request. An AJAX request can either be in progress or complete.Depending upon the AJAX request status (whether AJAX request is in progress or complete), this component will display different message to user. In many scenarios AJAX request takes some time. So we should display some message to user that your request is in progress. Once request is complete, we can display...
Page 1 of 10312345Next

 
| ,