Re: MultiPartServletRequest Exception

2009-12-28 Thread Igor Vaynberg
in certain cases wicket will set multipart property on your forms for you. eg if it detects a file upload field in the form. -igor On Mon, Dec 28, 2009 at 2:28 PM, Corbin, James jcor...@iqnavigator.com wrote: A little more information on this issue, I observed this error after a dialog is

RE: MultiPartServletRequest Exception

2009-12-28 Thread Corbin, James
builds. J.D. -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Monday, December 28, 2009 4:00 PM To: users@wicket.apache.org Subject: Re: MultiPartServletRequest Exception in certain cases wicket will set multipart property on your forms for you. eg

RE: MultiPartServletRequest Exception

2009-12-28 Thread Corbin, James
: Monday, December 28, 2009 4:11 PM To: users@wicket.apache.org Subject: RE: MultiPartServletRequest Exception Yep, I read about that in the jira issue wicket-2621. The parent form has a fileupload field and I verified the generated HTML defines the encoding on that form as multipart. The dialog

Re: MultiPartServletRequest Exception

2009-12-28 Thread Igor Vaynberg
., myForm.setMultiPart(true)) More investigation is needed. j.D. -Original Message- From: Corbin, James [mailto:jcor...@iqnavigator.com] Sent: Monday, December 28, 2009 4:11 PM To: users@wicket.apache.org Subject: RE: MultiPartServletRequest Exception Yep, I read about that in the jira issue