
1 respuesta
Hello Manish Kulkarni, Try changing your column code to match this:
<apex:column>
<apex:inputField value="{!o.name}"/>
</apex:column>
The "inputField" should provide the avenue to save the data in the field that was entered.
I hope this helps.Jason