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
SFDC@ChennaiSFDC@Chennai 

Populate the values in input text field

Hi

I created vfp in that i got valuers through input field and i saved/updated in text field of object,
<apex:inputText label="{!month1}" value="{!amount1}"

i just want to stay my last updated/inserted value in that textfiled. Can any one help me for this!
Best Answer chosen by SFDC@Chennai
Grazitti TeamGrazitti Team
Hi,

You should fetch the value of amount inside your constructor and assign that value in "amount1". so that value will always stay in that input text.

--
Regards,
Grazitti Team
Web: www.grazitti.com
Email: sfdc@grazitti.com