
<div class="slds-form-element" style="width:100%; margin-top:5%;">
<div style="float:left;">
<label class="slds-form-element__label" style="font-size:20px; margin-left:20px; text-align:left;">Question No.1</label>
</div>
<div style="position:relative;float:left; width:70%; margin-left:10px">
<b style="font-size:20px;">
(--PART--------<apex:repeat value="{!iter}" var="pos">
<apex:outputText value="{!o.[pos].Questions__c}"/>
</apex:repeat>--------CAUSING ERROR---------)
</b>
</div> . . . .</apex:form><apex:page>Thanks in advance.
9 answers
Hey I think no need of param inside actionsupport. Use like above<apex:actionSupport event="onchange" action="{!call}" reRender="tableOp">
</apex:actionSupport>