Event binding for Wood Stock element doesn't work
Brought to you by:
ijazfx
I'm using Visual JSF (Wood Stock Theme) using NetBeans and found that when I register event for form1:button1 element in vroom-config.xml file, it doesn't work. Below is the definition:
<webpage uri="/|/Page1.faces">
<element id="form1:button1">
<event type="onclick">
<call type="update" id="form1:button1" attribute="disabled" value="disabled"/>
</event>
</element>
</webpage>