Sean LeBlanc <seanleblanc <at> comcast.net> writes: > Adding to this, I see that Tapestry 4.0 - beta 4 has PageRenderListener as > deprecated. Would getting rid of the "implements PageRenderListener" get rid > of these warnings in 3.0.3, and more importantly, would it still work the > same?
PageRenderListener has been broke into two interfaces: PageBeginRenderListener and PageEndRenderListener. Tipically, you're just interested in the begin render event, so you can replace all your "implements PageRenderListener" with "implements PageBeginRenderListener", unless you're actually overriding pageEndRender(). -- Marcus Brito --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]