Using oracle.adf.view.rich.util.ResetUtils for programmatically resetting page content

Background - Custom reset implementation that is discussed in an old post - http://jobinesh.blogspot.com/2009/10/reset-content-of-web-page.html

Today I noticed a Utility class for resetting component tree - oracle.adf.view.rich.util.ResetUtils::reset(UIComponent startComponent)
It resets all editable value holders under the 'startComponent'. Hope this may save some of your time.

Comments