On 4/28/06, Ian.Priest <[EMAIL PROTECTED]> wrote:
<component jsfid="alertingSelectOne" extends="widgetsSelectOne">
        <attributes>
                <set name="onSelect" value="alert('onSelect fired!')"/>
                <set name="onChange" value="alert('onChange fired!')"/>
        </attributes>
</component>

Try onchange and onselect instead of onChange and onSelect.  I think
case matters as dictated by the implementation of UISelectOne.

Reply via email to