Created
February 22, 2017 18:18
-
-
Save sankaran1984/ab8a4f3c190c42a14816a910d8682eb4 to your computer and use it in GitHub Desktop.
Visualforce - Beyond basics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page > | |
<apex:sectionHeader title="This page never expires in session"/> | |
<apex:form> | |
<apex:outputText value="A timer running to send request to server every 5sec"/> | |
<apex:actionPoller interval="5"/> | |
</apex:form> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment