Re: Problems with Ajax updating components

2009-12-15 Thread Igor Vaynberg
change your component so it forwards its events to protected methods, so you can do something like this: new JMSModuleComponent(moduleList) { oncomponentselected(ajaxrequettarget t) { t.addcomponent(queuelistcomponent); } } -igor On Mon, Dec 14, 2009 at 5:17 AM, Daniel Ferreira

Problems with Ajax updating components

2009-12-14 Thread Daniel Ferreira Castro
Guys, I searched inside the list before posting that, but nothing was clarifying so I will ask here for help. My application have a Component that renders a List of Links. These links represents JMS Modules present on a domain that I am reading. After I click over one of the links A second