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 Forum 007SFDC Forum 007 

Rg Help to Retrive the values from VF Page to Apex

Hi, Can anyone tell me how to retrive the values from VF page to Apex in salesforce .. Thanks in advance

Laxman RaoLaxman Rao

Do u mean how to send values from visual force to contoller?

 

iKnowSFDCiKnowSFDC

There is a good cookbook example on setting properties in APEX that helped me a lot in learning how to do that: 

 

http://developer.force.com/cookbook/recipe/using-properties-in-apex

 

Do you have a more speicfic example of what you are trying to do?