You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Anton Gavazuk <an...@gmail.com> on 2010/10/14 17:55:04 UTC

h:selectBooleanCheckbox send a parameter

Hi all,

quick question:
I have a page where inside an iterator h:selectBooleanCheckbox components
are created with a ValueChange listener attached.
I would like not only to intercept the event when user changes a value for a
component (its basic true/false), but also to supply a value with the event
to a corresponding ValueChangeListener.
Please, could you suggest how its possible to do it?

Thanks,
Anton