Re: FileUploadField in a form in a modalWindow

2019-01-04 Thread JavaTraveler
The response : 400 Bad Request Connection close Content-Length 1082 Content-Typetext/html;charset=ISO-8859-1 DateFri, 04 Jan 2019 07:54:37 GMT Server GlassFish Server Open Source Edition 4.1 X-Powered-By Servlet/3.1 JSP/2.3 (GlassFish… Java/Oracle Corporation/1.8) What's weird is that

Re: FileUploadField in a form in a modalWindow

2019-01-04 Thread Martin Grigorov
Is WicketFilter#doFilter() method called ? Can you put a breakpoint in it and see whether it stops there ? If it is then put breakpoints also in ServletWebResponse setStatus() and sendError() methods. If it is not Wicket then you will have to debug Glassfish's ServletHttpResponse implementation cla

WicketModal customization

2019-01-04 Thread Entropy
I'm trying to use WicketModal with a newer, more accessibility friendly modal that our front-end guy picked out. http://api.jqueryui.com/dialog/ I copied the source from wicket-extensions ModalWindow and was replacing javascript and customizing until I came to the getWindowOpenJavaScript() meth

Re: WicketModal customization

2019-01-04 Thread Martin Grigorov
Hi, I'd recommend you to use Wicket-JQuery-UI library. It provides an integration with this dialog widget and many (all ?!) other JQueryUI widgets and even KendoUI. On Fri, Jan 4, 2019, 22:17 Entropy I'm trying to use WicketModal with a newer, more accessibility friendly > modal > that our fron