You need to sign in to do that
Don't have an account?

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
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.