Guest User

Untitled

a guest
Jan 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <apex:page controller="repeatCon" id="thePage">
  2.  
  3. <apex:repeat value="{!strings}" var="string" id="theRepeat">
  4.  
  5. <apex:outputText value="{!string}" id="theValue"/><br/>
  6.  
  7. </apex:repeat>
  8.  
  9. </apex:page>
Add Comment
Please, Sign In to add comment