function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TapasviniTapasvini 

getting the object field

hello,

I want inputbox value in apex:repeat.

I want to get the object field value in the <apex:repeat> but I want to get the field name from controller.my code is :

 

 

<apex:repeat value="{!policydetail}" var="c">

 

            { here I wnt the field name from controller or from inputtext value eg.  {!c.inputtextvalue} }  


</apex:repeat>