Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reset fields, inside a specific component using oracle.adf.view.rich.util.ResetUtils.reset()

AkilTharOct 12 2020

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?

Comments
Post Details
Added on Oct 12 2020
1 comment
404 views