Re: jquery ui dialog and ajax component updating

2010-12-16 Thread jensiator
); pResponse.renderOnDomReadyJavascript($(function() {$( '#+Dialog.this.getMarkupId(true)+' ).dialog({autoOpen: false,width:'auto',height:'auto',resizable: false});})); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jquery-ui-dialog-and-ajax

Re: jquery ui dialog and ajax component updating

2010-12-16 Thread jensiator
($(function() {$( '# + Dialog.this.getMarkupId(true) + ' ).dialog({autoOpen: false,width:'auto',height:'auto',resizable: false});})); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jquery-ui-dialog-and-ajax-component-updating-tp1857058p3090717

Re: jquery ui dialog and ajax component updating

2010-12-16 Thread Jeremy Thomerson
On Thu, Dec 16, 2010 at 6:04 AM, jensiator jens.alen...@megasol.se wrote: Even better IRequestTarget target = RequestCycle.get().getRequestTarget(); if(target instanceof AjaxRequestTarget) { The easier way to do this is to say: if (AjaxRequestTarget.get() != null) -- Jeremy

Re: jquery ui dialog and ajax component updating

2010-12-12 Thread jensiator
Did you solve this problem? Im having the same problem. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jquery-ui-dialog-and-ajax-component-updating-tp1857058p3085030.html Sent from the Users forum mailing list archive at Nabble.com

Re: jquery ui dialog and ajax component updating

2010-12-12 Thread julien roche AKA indiana_jules
solve this problem? Im having the same problem. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jquery-ui-dialog-and-ajax-component-updating-tp1857058p3085030.html Sent from the Users forum mailing list archive at Nabble.com

jquery ui dialog and ajax component updating

2009-10-27 Thread Jason Novotny
Hi, I'm not sure if this is a jquery or wicket problem I'm having. I am using wicket ajax to update (replace) a panel component with a link AjaxLink link = new AjaxLink(link) { public void onClick(AjaxRequestTarget target) {