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
MohanaGopalMohanaGopal 

Access more than one Custom objects

Hi..
      How can I access more than one objects fields in Visual force..
 
I have to design visual force page with five textfields.. I want to bind each input text fields with different custom object fields.. Is it possible in Visual force..
 
I have already create this in S-controls... I am using one button when I click this button text box values are updated in corresponding objects...  How can I achieve  this in Visual force..
 
             If it possible any one send sample code for it...
 
 
 
Ron HessRon Hess
There is a complete example of this in the Developer guide, look for the wizard example, it uses fields from 3 objects in one screen.

the source is there (right in the docs), check it out