Referring to the Apex class members in visualforce

Referring toi the apex class members in Visualforce:-

When you want to refer apex class variables in the visual force page we need to use getter & setter methods.

Public class Example
{
String name;
 }



No comments:

Post a Comment