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
type String true The fully qualified class name of the ActionListener class.