RE: [4.1] EventListener within a component

2007-09-27 Thread Marcus.Schulte
PROTECTED] Sent: Wednesday, September 26, 2007 8:55 PM To: Tapestry users Subject: [4.1] EventListener within a component Hello there, I have a issue that might be quite simple to solve but I'm completely lost. I have a component, let's call it !EditableCell, that has

Re: [4.1] EventListener within a component

2007-09-27 Thread Marcelo C. de Freitas
TextField getTextField() -Original Message- From: Marcelo C. de Freitas [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 8:55 PM To: Tapestry users Subject: [4.1] EventListener within a component Hello there, I have a issue that might be quite simple

[4.1] EventListener within a component

2007-09-26 Thread Marcelo C. de Freitas
Hello there, I have a issue that might be quite simple to solve but I'm completely lost. I have a component, let's call it !EditableCell, that has a TextInput whose id is dynamically created. How can I create an onchange EventListener for it in the component's class? -- Marcelo C.