That should work; what errors are you seeing on the client side?

On Fri, Mar 5, 2010 at 1:17 PM, Henry Chen <hc...@peacocknine.com> wrote:
>
> 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
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to