Skip to content

Instantly share code, notes, and snippets.

@sankaran1984
Created December 6, 2016 18:29
Show Gist options
  • Save sankaran1984/00ff5dda826df7d73a8c0b0a31202972 to your computer and use it in GitHub Desktop.
Save sankaran1984/00ff5dda826df7d73a8c0b0a31202972 to your computer and use it in GitHub Desktop.
Visualforce - Beyond Basics
public class testcls5_06122016 {
public String searchStr {get; set;}
public String searchResult {get; set;}
public void doSearch() {
searchResult = '10 products found';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment