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);
       attributes.setMultipart(false);
}


I did a test with the quickstart and seems to work.

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 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: 
http://apache-wicket.1842946.n4.nabble.com/Regarding-nested-multipart-modal-dialog-tp4674764p4674769.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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

Reply via email to