Thanks. The contents are now ajax loaded as expected :) except one small thing. I used RoundCornerContainer component and "confirm" mixin inside the ProgressDisplay component. Both of them inject javascripts. It looks like the javascripts are generated correctly in the response but was not handled at all by the browser. Is there something I missed? Below is the code from RoundCornerContainer.
void afterRender(MarkupWriter writer) { writer.end(); pageRenderSupport.addScript("var %s = new Ck.Rounded('%s', '%s', '%s', '%s', '%s');", getClientId(), getClientId(), bgcolor, fgcolor, size, renderPart); pageRenderSupport.addScript("%s.round();", getClientId()); } -- View this message in context: http://n2.nabble.com/Render-large-page-tp4677583p4683503.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org