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 PROTECTED] Return type org.apache.tapestry.internal.structure.BlockImpl can not be handled. Configured return types are java.lang.Class, java.lang.String, java.net.URL, org.apache.tapestry.Link, org.apache.tapestry.StreamResponse, org.apache.tapestry.runtime.Component. Chris Lewis a écrit : --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]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 generated docs, this is supposed to work. Has anyone experienced this too ? Thank you, José --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- Component event handlers José Paumard
- Re: Component event handlers Chris Lewis
- Re: Component event handlers José Paumard
- AW: Component event handlers Martin Kersten
- Re: AW: Component event handlers José Paumard
- AW: AW: Component event handlers Martin Kersten
- Re: AW: Component event handle... Ted Steen
- Re: AW: Component event ha... José Paumard
- Re: AW: Component event ha... Howard Lewis Ship
- Re: AW: Component event ha... José Paumard
- Re: Component event handlers Davor Hrg