I have a bug in my email, it should call clickLink:

<t:selectOneMenu
 onchange="clickLink('mylink');">

Sorry for that.

Note that for checkboxes and radio buttons you will want to use
onclick instead of onchange as IE6 fires the onchange during 'blur'
instead of the actual change of these input controls whereas onclick
is fired when the value is actually changed for all browsers.

On 7/25/06, mjovanov <[EMAIL PROTECTED]> wrote:

Thanks for responding.  I tried your approach but get a Javascript error
"Object doesn't support this property or method" when selecting a value from
a drop-down menu (onchange event);  I noticed you are defining a JS function
clickLink but invoking onclick event in the 'onchange' handler for
UISelectOne component; how is that suppose to work?
--
View this message in context: 
http://www.nabble.com/Can-UISelectOne-Trigger-an-Action-Event--tf1981993.html#a5486604
Sent from the MyFaces - Users forum at Nabble.com.


Reply via email to