How to reset dialog form fields when dialog is closed?
Hi, I have a popup that invokes a dialog. The dialog has some form fields in it. If the user closes the dialog (i.e. user clicks the X in the upper right) and then re-opens it, whatever they entered in the form fields still shows. I want to have those fields cleared and reset if they re-open the dialog.
The document at http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_dialog.html mentions the following: You can force the af:popup to reset any input components in its content when canceled using the resetEditableValues property set to "whenCanceled".
The problem is that I don't see any resetEditableValues property available on af:popup. I'm currently using Jdeveloper Studio Edition 11.1.1.4.0. Is this property only available on a later version?
Is there some other way to achieve what I want to do? Thanks for any help.