You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Simon Kitching <sk...@obsidium.com> on 2005/11/16 02:47:50 UTC

t:updateActionListener documentation

Hi,

Can someone confirm that the following info is right for component 
t:updateActionListener? If so, I'd like to provide a patch to add this 
info to the .java file and the tld description.

======
An instance of this listener type can be attached to any UIComponent 
which is an ActionSource. When the associated component fires its 
action, this listener will read the value specified by attribute "value" 
and assign it to the property specified by attribute "property". The 
value attribute may be a literal value or may be a value-binding; the 
property is always expected to be a value-binding.
<p>
An optional Converter may be associated with this listener, and if 
present will be invoked to convert the value to the datatype expected by 
the target property. When no converter is available, a default one will 
be retrieved from the Application object.
======

Thanks, Simon