Programming Tutorials

Comment on Tutorial - Calling Multiple Listeners in JSF By Daniel Malcolm



Comment Added by : Robert Willems

Comment Added at : 2011-11-29 06:26:21

Comment on Tutorial : Calling Multiple Listeners in JSF By Daniel Malcolm
On my blog (http://www.future-edge.nl/blog/adding-multiple-action-listeners-to-a-command-link) a user asked me why i didn't use the tag referred to in this article. We didn't use it because we wanted to bind an arbitrary method (from a backing bean) as an action listener (like the actionListener attribute on the commandButton) and not an object that implements ActionListener.

View Tutorial