Hello,

the onchange attribute of the tc:selectBooleanCheckbox is not rendered
into the HTML code.

Example:

JSP <tc:selectBooleanCheckbox label="Test" 
onchange="javascript:alert('Hello');"/>

HTML <input type="checkbox" value="true" name="gena:_idJsp0" 
class="tobago-selectBooleanCheckbox-default " id="gena:_idJsp0">

And the valueChangeListener isn't called also, because there's no
onChange generated.

I'm using snapshot 1.0.9 form yesterday night.

Regards
Helmut

Reply via email to