Hi there,
I'm migrating from Wicket 1.5.8 to 6.0.0 and solved almost every problem I
encountered so far.

But I could not figure out why my FileUploadFields do not work anymore.

I'm using one FileUploadField in a Form in a ModalWindow and use the
AjaxButton to submit the From.
All other Fields work perfectly fine.
But as soon as I add a FileUploadField to the Form i get the following error
message on the Wicket Ajax Debug Panel.

Wicket.Ajax: Wicket.Ajax.Call.failure: Error while parsing response: Could
not find root <ajax-response> element

Did anyone encounter a similar problem?
I dont even have an idea where to continue debugging cause non of my
onValidate(..) onSubmit(..) or any methode of FileUploadPanel is ever called
after the click.

Thanks and regards
michael




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/FileUploadField-in-ModalWindow-via-AjaxButton-does-not-work-anymore-1-5-8-to-6-0-0-tp4651936.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

Reply via email to