in my component  a html <select> tag is rendered,and I want to add a onchange
envent to it.
below is some code ...

select.attribute("onchange","alert(this.options[this.selectedIndex].value);"
);

select is a element created by /*writer.element("select")*/

trigering a javascript event is ok here ..

but my problem is how to triger this component itself with onchange event.
updating itself in result

any one in warm heart could help me?
thanks in advance!!!
-- 
View this message in context: 
http://www.nabble.com/t5.0.11-help-in-update-my-own-components-tp16836395p16836395.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to