UI-Component Sets
Project Documentation

Summary

Tag name: <f:actionListener>
Tag class: org.apache.myfaces.taglib.core.ActionListenerTag
This tag creates an instance of the specified ActionListener, and associates it with the nearest parent UIComponent.

Unless otherwise specified, all attributes accept static values or EL expressions.

Attributes

Name Type Required Description
binding org.apache.myfaces.taglib.core.ActionListenerTag false Value binding expression that evaluates to an object that implements javax.faces.event.ActionListener.
type String false The fully qualified class name of the ActionListener class.