Hi folks, I got stuck while trying to use an external link with a popup renderer within a form. When the form is initially rendered, it works just fine. But when I try to execute any form action, I get the following error:
³Component Workspace/$ExternalLink requires rendering support, but no PageRenderSupport object has been stored into the request cycle. This object is typically provided by a Body component. You should add a Body component to your template² Obviously, my html template adds a Body component. And the html snippet for external link works when the form is initially rendered. The external link is defined in the following way. <href=²#² [EMAIL PROTECTED] page=²Popup² renderer=²ognl:@[EMAIL PROTECTED] parameters=²...²/> I should mention that the external link is created inside a @For loop I¹m on Tapestry 4.0. Anybody run into a similar problem? Also, is there a searchable version of this mailing list? It has a wealth of information useful for somebody starting with Tapestry and it would be great if the archives are searchable. Thanks, - Dominik
