Hello, It is possible to launch a dialog from within a valueChangeListener on af:inputText using the AdfFacesContext.launchDialog method.
However, because the af:inputText does not have a returnListener, there is no way to be notified whenever the dialog returns as far as I can tell. (The same would hold true for all of the components with a valueChangeListener.) Admittedly, the use case in an HTML browser is fairly small, but it could come in handy in other form factors (such as, say, telnet). What do people think about adding a returnListener to these components as well? Take care, Joey
