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
Dileep KumarDileep Kumar 

Visualforce page and Apex class

Hi All,

I am facing problem to insert data into one field ,Data type of field is TextArea .I am inserting value throught visualforce page but i am getting null value inside method.All other fields are working.
Vf Page :  <apex:inputTextarea  value="{!cancelation.Reason_for_Cancellation__c}"  />

Thanks,

Dileep kumar

LinThawLinThaw
Hi, Dileep kumar
If there is src of VF page and Apex class, can you upload.
It will be easy to see where is wrong.
I checked apex:inputTextarea and apex:inputField with field Data type with TextArea.
It is working.
Regards,
LinThaw.