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
lucky25lucky25 

the values inserted by me through visualforce page how to display in same page

the values inserted by me through visualforce page how to display in same page

mast0rmast0r

Here is the input:

 

<apex:inputField value="Object__c.Field__c"/>

 

And here si the ouptput:

 

<apex:outputField value="Object__c.Field__c"/>