Re: Tapestry5 jQuery - closing an Ajax Dialog

2010-06-08 Thread Christophe Cordenier
Hi If your form is submitted through an Ajax request, you can create a PartialMarkupRendererFilter that you can add in the PageRenderQueue, and then access to the RenderSupport in the filter to fill your JS code. 2010/6/8 Greg Pagendam-Turner > I have a modal jQuery dialog with a LinkSubmit. W

Tapestry5 jQuery - closing an Ajax Dialog

2010-06-08 Thread Greg Pagendam-Turner
I have a modal jQuery dialog with a LinkSubmit. When the LinkSubmit is clicked I would like the dialog to save the changes to the database and then close. What do I return from onSuccess to cause the dialog to close? The documentation for jQuery Dialog states that the code for closing a dialog