Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <apex:attribute type="SObject[][]" name="var"
  2. description="Variable to store results in."
  3. assignTo="{!searchResults}" required="true"/>
  4.  
  5. public List<List<SObject>> searchResults {get; set;}
  6.  
  7. public List<List<SObject>> searchResults {get; set;}
  8.  
  9. <c:EmailRecipientSearch var="{!searchResults}"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement