Created
December 6, 2016 18:29
-
-
Save sankaran1984/00ff5dda826df7d73a8c0b0a31202972 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
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