Re: Events from select component

2008-06-25 Thread Lutz Hühnken
Hi Brendan, I think the "OnEvent" mixin from t5components does what you are looking for: http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/mixins/OnEvent.html (I haven't used it myself, though. Let me know if it works as described.) Hth, Lutz On Tue, Jun 24,

Events from select component

2008-06-24 Thread Brendan McNichols
Hi all, I have a component on a page and I need to know when the user changes its value. I presume that I need to implement an event handler as described in: http://tapestry.apache.org/tapestry5/tapestry-core/guide/event.html, but I tried to do that and wasn't able to get it to work. Is this