set two action listeners for one ADF command button
622585Feb 27 2008 — edited Feb 27 2008Is it possible to set two action listeners for one adf command button? I have the following that I need to execute in order when the button is pressed:
#{bindings.exportReportWarehouse.execute}
#{bindings.warehouseReport.execute}
I put both bindings in the action listener, but of course, it returned an error when the button was executed.
Thanks