Re: Component event handlers

2008-03-19 Thread José Paumard
Hello Chris, Thank you for your fast answer. It is Block (not BlockImpl, this class is in the internals of T5, so using it is not recommended). I switched to Object, but it didnt change anything. Here is the exact error message : A component event handler method returned the value [EMAIL

Re: Component event handlers

2008-03-19 Thread Davor Hrg
too little information... some events support return value, some don't... tell more on exact case Davor Hrg On Wed, Mar 19, 2008 at 5:12 PM, José Paumard <[EMAIL PROTECTED]> wrote: > > Hi all, > > Everytime I try to return an injected block in an event handler method, I > get an error me

Re: Component event handlers

2008-03-19 Thread Chris Lewis
What is the declared return type of your method? It should be Object, and not BlockImpl. José Paumard wrote: > Hi all, > > Everytime I try to return an injected block in an event handler > method, I get an error message, telling me that BlockImpl is not a > valid returned value. From the nightly g