FileUpload vs. CryptoURL in Wicket 1.5

2011-12-08 Thread Daniel Weidele
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

Re: Download file from ModalWindow problem

2011-12-08 Thread Daniel Weidele
Have you tried to put modal itself inside of another form, too? Am 08.12.2011 um 13:29 schrieb heapifyman heapify...@gmail.com: Hello again. Here's some more information about my problem: in the ModalWindow's SubmitButton's onSubmit() I call at the end: ModalWindow.closeCurrent(target);

Re: Download file from ModalWindow problem

2011-12-08 Thread Daniel Weidele
=checkGroup div wicket:id=dataContainer/div /wicket:container div wicket:id=downloadDialog/div wicket:panel 2011/12/8 Daniel Weidele daniel.weid...@uni-konstanz.de Have you tried to put modal itself inside of another form, too? Am 08.12.2011 um 13:29 schrieb heapifyman heapify