OK. I've upgraded to 5.1.0.5 and wrapped each topic with ProgressiveDisplay component. When the page is loaded, it shows all the "Loading..." text but now I have another problem. The ProgressiveDisplay is inside a loop component like below.
<t:loop source="subtopics" value="subtopic" index="subtopicIdx"> <t:ProgressiveDisplay> <div id="post_${subtopic.id}"> detail of this subtopic ... </div> </t:ProgressiveDisplay> </t:loop> The "Loading..." goes forever and I get a bunch of error messages in the console shown below. Communication with the server failed: Render queue error in SetupRender[Discussion:loop_0]: Failure reading parameter 'source' of component Discussion:loop_0: org.apache.tapestry5.ioc.internal.util.TapestryException I've tried making the "subtopics" persist which didn't help. Can you help me? Thanks a lot! -- View this message in context: http://n2.nabble.com/Render-large-page-tp4677583p4682462.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