Consequences of sharing ajax request target by attribute or by static determination

2009-09-30 Thread Per Newgro
Hi *, i would like to know if there hidden consequences if i exchange sharing by attribute through sharing by static determination. To couple my event-components with it's higher ranking components i use a listener based approach. Each parent adds a listener to the child can be involved if an

Re: Consequences of sharing ajax request target by attribute or by static determination

2009-09-30 Thread Pedro Santos
I think ajax fallback strategy is a good idea: class AjaxFallbackEvent{ void handleSomething( target){ // user implementations test for target == null } } On Wed, Sep 30, 2009 at 4:38 AM, Per Newgro per.new...@gmx.ch wrote: Hi *, i would like to know if there hidden consequences if i