- Overview
- Implementation
- Refreshing a page
- Operations performed
Refreshing a page consists in re-displaying a page that is already open in the browser. This action is the same as the "Refresh" button in the browser. When a page is refreshed, the dynamic data in the page is updated according to the page context on the server. Only the modified data is re-displayed. For example, when entering an order in a sales application, the page that displays the summary of the order (the cart) is refreshed each time a new item is ordered. Operations performed The following operations are automatically performed when a page is refreshed: - The existence of the page context on the server is checked.
- The page is displayed again according to its context on the server.
Using PageDisplay to refresh a page is not recommended because it takes longer to load the page.
|
|
|
|