Re: Regarding nested multipart modal dialog

2016-05-20 Thread Sven Meier
Hi Andrea, that's a good workaround. Thanks Sven On 20.05.2016 15:48, Andrea Del Bene wrote: Sorry if I jump into the conversation so roughly, but isn't enough to override updateAjaxAttributes of FormPanel's AjaxButton(OK_ID) ?: @Override protected void

Re: Regarding nested multipart modal dialog

2016-05-20 Thread Andrea Del Bene
Sorry if I jump into the conversation so roughly, but isn't enough to override updateAjaxAttributes of FormPanel's AjaxButton(OK_ID) ?: @Override protected void updateAjaxAttributes(AjaxRequestAttributes attributes) { super.updateAjaxAttributes(attributes);

Re: Regarding nested multipart modal dialog

2016-05-20 Thread Sven Meier
Hi, you'll have to refresh your root form *after* closing the modal window. Don't forget to call #setOutputMarkupId(true) on it on construction. Regards Sven On 20.05.2016 10:24, Rakesh A wrote: Hi, Created JIRA issue - https://issues.apache.org/jira/browse/WICKET-6171 I tried to refresh

Re: Regarding nested multipart modal dialog

2016-05-20 Thread Ernesto Reinaldo Barreiro
Can't you use a Page for the second dialog? And a normal page summit? On Fri, May 20, 2016 at 10:24 AM, Rakesh A wrote: > Hi, > > Created JIRA issue - https://issues.apache.org/jira/browse/WICKET-6171 > > I tried to refresh the root form by adding it to

Re: Regarding nested multipart modal dialog

2016-05-20 Thread Rakesh A
Hi, Created JIRA issue - https://issues.apache.org/jira/browse/WICKET-6171 I tried to refresh the root form by adding it to 'AjaxRequestTarget', but it didn't work. Any workaround you know of, that I can use for now ? Regards, Rakesh.A -- View this message in context:

Re: Regarding nested multipart modal dialog

2016-05-20 Thread Sven Meier
Hi, problem is that the root form caches its "multipart" state until it is rendered again (i.e. the hint flag is cleared in #onBeforeRender only). Please create a Jira issue. Regards Sven On 20.05.2016 06:43, Rakesh A wrote: Hi, I observed that when I've a nested (second level) dialog