You need to sign in to do that
Don't have an account?

Will a standard save button save child items
I have a VF page and the save button saves the data but not the data to the child object
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Thanks
Shaijan
You have to override the save button using extension to include your custom business logic.Below is the sample controller code to overide the Save button
Check this link to know more details about controller extension in salesforce http://www.salesforce.com/docs/developer/pages/Content/pages_controller_extension.htm