Skip to content

Instantly share code, notes, and snippets.

@sankaran1984
Created February 22, 2017 18:18
Show Gist options
  • Save sankaran1984/ab8a4f3c190c42a14816a910d8682eb4 to your computer and use it in GitHub Desktop.
Save sankaran1984/ab8a4f3c190c42a14816a910d8682eb4 to your computer and use it in GitHub Desktop.
Visualforce - Beyond basics
<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