Can valueChangeListener be used to execute task flow logic?
JDev 11.1.2.1
I have a selectOneChoice. I have set up a valueChangeListener for the soc which works fine. I have a button that takes an action within my task flow. Right now the user must make a selection in the soc and then click the button to take an action (cause navigation within) the task flow. Can I set up the soc valueChangeListener to take the same action that is now being invoked via the button? That way when the user makes a selection in the soc the task flow logic is automatically invoked.
Thanks, Steve