Answers for "repaet tag in visualforce"

0

repaet tag in visualforce

<apex:page controller="repeatCon" id="thePage">
    <apex:repeat value="{!strings}" var="string" id="theRepeat">
        <apex:outputText value="{!string}" id="theValue"/><br/>
    </apex:repeat>
</apex:page>
Posted by: Guest on May-04-2020

Browse Popular Code Answers by Language