ResetUtils.reset()
method resets all the values in the page. Is there a way to reset only fields inside a specific component without resetting the whole page, using ResetUtils.
And in 12c documentation (https://docs.oracle.com/en/middleware/developer-tools/adf/12.2.1.4/api-reference-faces/oracle/adf/view/rich/util/ResetUtils.html
) there are two methods defined
getResetRoot(javax.faces.context.FacesContext context)
setResetRoot(javax.faces.context.FacesContext context, String resetRoot)
There are no examples on how to use this methods. How are these methods used?