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
Parthiban sfdcParthiban sfdc 

how to pass a input fields value from vf page to controller?

ShaTShaT
Hi,

If you want to pass values from page on button click or picklist value change.
Than you need to use apex:Parm tag

Refer these links
http://www.eltoro.it/ArticleViewer?id=a07A000000NPRhfIAH
http://blog.jeffdouglas.com/2010/03/04/passing-parameters-with-a-commandbutton/

Thanks
SFDC