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
anvesh@force.comanvesh@force.com 

in a visual force page the save should ensure the data........................

in a visual force page the save should ensure the data to be be stored in current object as well as associated child object

Best Answer chosen by Admin (Salesforce Developers) 
imutsavimutsav
in the controller related to your VF page you need to WRITE the function/method for save which will insert/update your data in the main object and/or in your child object.

Thanks
Utsav

[Do mark this answer as solution if it works for you and give a kudos.]