UI-Component Sets
Project Documentation

Summary

Tag name: <f:actionListener>
Tag class: org.apache.myfaces.taglib.core.ActionListenerTag
Facelet Tag Handler: org.apache.myfaces.view.facelets.tag.jsf.core.ActionListenerHandler
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 javax.el.ValueExpression false The fully qualified class name of the ActionListener class.

Facelets Attributes

Name Type Required Description
for false TODO: Document me!