<f:actionListener binding="" type="" for="" id="" />标签用于为最接近的父标签注册一个ActionListener实例.
type 属性用java 类的完全限定名注册一个ActionListener.
binding 属性用于绑定一个表达式额计算结果,它需实现 javax.faces.event.ActionListener.
for 这个属性还没搞懂有啥用.
<f:actionListener binding="" type="" for="" id="" />标签用于为最接近的父标签注册一个ActionListener实例.
type 属性用java 类的完全限定名注册一个ActionListener.
binding 属性用于绑定一个表达式额计算结果,它需实现 javax.faces.event.ActionListener.
for 这个属性还没搞懂有啥用.