Skip to content

Instantly share code, notes, and snippets.

@sankaran1984
Created December 6, 2016 16:38
Show Gist options
  • Save sankaran1984/59b5e3ffb6549ab623349821bbc69e33 to your computer and use it in GitHub Desktop.
Save sankaran1984/59b5e3ffb6549ab623349821bbc69e33 to your computer and use it in GitHub Desktop.
Visualforce - Beyond Basics
public class testcls4_06122016 {
public Integer userRetries{get;set;}
public testcls4_06122016() {
userRetries = 0;
}
/* Action Methods */
public void timerFired() {
userRetries++;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment