Hello,

i'm, experiencing a problem with FileUpload within a ModalWindow when
enabling the CryptoURLMapper in my application as being done in Wicket 1.5
via the following:

setRootRequestMapper(new CryptoMapper(getRootRequestMapper(), this));

Is there any possibility to take out the fileupload URL from encryption? Or
how does it work?
The error I receive within the "WICKET AJAX DEBUG"-console just says:

*NFO: *Invoking pre-call handler(s)...
*ERROR: *
Wicket.Ajax.Call.failure: Error while parsing response: Could not find
root <ajax-response> element
*INFO: *Invoking post-call handler(s)...
*INFO: *Invoking failure handler(s)...


Thanks for help!

Reply via email to