Adding eventlistener to checkbox
Hi,
I have a problem with jsf.
I try to add onclick listener to a checkbox because I want to produce html code like this:
<input name="_id1:_id13" value="Altro" type="checkbox" onclick="javascript:myfunction();">
If I add onclick to the selectitem inside selectmanycheckbox I get an exception.
Could someone help me?
Thanks in advance P.
Message was edited by:
ponzetti

