Updates a component's children.
@param context the Faces context
@param component the component to render
@return whether the lifecycle was processed; if returns false,the component should continue default processing of the Update Model phase.
Updates all children of the selected parent. Some elements are protected in the children according to the stylesheet used in xml/schemas/[SCHEMA]/update-child-from-parent-info.xsl. Children MUST be editable and also in the same schema of the parent. If not, child is not updated.
@param srvContext service context
@param parentUuid parent uuid
@param children children
@param params parameters
@return
@throws Exception
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.