One way is to just do a onChange="this.form.submit();"
Which will fire the listener for the Form component. I don't know if there's a "direct" way to fire the listener like in your example.
----- Original Message ----- From: "Rohan Gray" <[EMAIL PROTECTED]>
To: <[email protected]> Sent: Tuesday, February 07, 2006 5:27 PM Subject: How do I fire a listener on a form component event I would like to fire a listener when a form component event is triggered Like on below <select jwcid="[EMAIL PROTECTED]" size="12" style="width:250px;" onchange="listener:loadPoint"> This doesn't seem to work, and gives me an error when the page loads "Conditional compilation is turned off" Any help would be most appreciated Regards, Rohan Gray --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
