Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

set two action listeners for one ADF command button

622585Feb 27 2008 — edited Feb 27 2008
Is 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2008
Added on Feb 27 2008
3 comments
1,926 views