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
ssssssss 

how to get the value of inputFiled from VF to the controller

hi,

 

I declared one inutFiled in visualforce as type lookup by the following code.

 

<apex:inputField id="sfn" value="{!House_Bill_Of_Ladding__c.SFN_Number__c}"  >

 

once i enter the value in inputFiled through lookup  i have to capture the value in apex controller .

 

Plz tell me how to capture the value with example.

 

Thanks in advance,

Manu..