Re: getOutputStream() has already been called for this response

2017-10-18 Thread Sven Meier
Hi, remove all filters from your web.xml - not the Wicket one of course ;) - and see whether this changes something. Check your access log for the failing url, so you can check who is involved in writing the response. Regards Sven Am 18.10.2017 um 19:07 schrieb Wayne W: Hi, we have a lo

getOutputStream() has already been called for this response

2017-10-18 Thread Wayne W
Hi, we have a lot of these in our production logs: java.lang.IllegalStateException: getOutputStream() has already been called for this response at org.apache.catalina.connector.Response.getWriter(Response.java:578) at org.apache.catalina.connector.ResponseFacade.getWriter(Response

Re: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Sebastien
Perfect workaround ! :) Could also be written this way: behavior.setOption("appendTo", Options.asString(JQueryWidget.getSelector(myDialog))); The #setAppendTo(Component) is a nice idea! I've added an issue so I do not forget: https://github.com/sebfz1/wicket-jquery-ui/issues/278 Thanks & best re

AW: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Reiche, Andreas
Ok, i got it. I didn't realized that it is a jqueryui problem. Thought about your integration. Found the following ticket in jqueryui issue list: https://bugs.jqueryui.com/ticket/10646 Found the following workaround for my case: I override the onConfigure() of ddc and add the appendTo option to t

Re: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Sebastien
That's basically a css issue (which can also be solved by calling #selectmenu() on dialog#open AFAIS) I tried several css trick but so far I can get it work only once, with this rule in HomePage$Dialog.html for instance: .ui-selectmenu-open { z-index: 999; } You can google this t

AW: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Reiche, Andreas
Not working means the DropDown is rendered but if you click on it the options are not shown. Btw. The same DDC works when it's placed outside of dialog. All together in the Quickstart. Andreas Reiche > -Ursprüngliche Nachricht- > Von: Sebastien [mailto:seb...@gmail.com] > Gesendet: Mit

Re: Code Generator with Wicket...

2017-10-18 Thread badgers
Yes! I will check it. When I did my adaptions I will do a pull request. Thx in advance -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache

Re: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Sebastien
Hi, I cannot test the quickstart right now. By not working, do you mean it is a display issue, or a behavioral issue? In the firstcase, it is likely a css issue (please checkout the wicket-jquery-ui forum, I'm pretty sure the question was raised in there before...)

Re: Code Generator with Wicket...

2017-10-18 Thread Vit Rozkovec
As a quickfix I've commited missing package with behaviors. Regarding Hibernate, instead of that, there could be this dependency http://search.maven.org/#artifactdetails%7Cjavax.persistence%7Cpersistence-api%7C1.0.2%7Cjar If you'd like to have it even without that, I guess that would mean int