Re: http://examples8x.wicket.apache.org/websockets/ partial down?

2017-05-30 Thread Tobias Soloschenko
Hi again, sorry for taking up this thread for an additional question. Does the server support http/2? Maybe we can add a http/2 push example in this case. kind regards Tobias > Am 30.05.2017 um 22:50 schrieb Martin Grigorov : > > Fixed! > Now the examples run on Tomcat 8.5 and I've added supp

Re: http://examples8x.wicket.apache.org/websockets/ partial down?

2017-05-30 Thread Tobias Soloschenko
Great! :-) kind regards Tobias > Am 30.05.2017 um 22:50 schrieb Martin Grigorov : > > Fixed! > Now the examples run on Tomcat 8.5 and I've added support for custom ports ( > https://blog.openshift.com/paas-websockets/) > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/

Re: http://examples8x.wicket.apache.org/websockets/ partial down?

2017-05-30 Thread Martin Grigorov
Fixed! Now the examples run on Tomcat 8.5 and I've added support for custom ports ( https://blog.openshift.com/paas-websockets/) Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Feb 24, 2017 at 9:46 AM, Martin Grigorov wrote: > This is a known issue. > For s

Re: Source code" option on example page returns 500

2017-05-30 Thread Andrea Del Bene
wonderful! thanks Martin. and thanks Francois for having noted the problem. On 30 May 2017 21:56, "Martin Grigorov" wrote: > http://examples8x.wicket.apache.org/index.html is running on Tomcat 8.5.14 > now! > > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov

Re: Source code" option on example page returns 500

2017-05-30 Thread Martin Grigorov
http://examples8x.wicket.apache.org/index.html is running on Tomcat 8.5.14 now! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, May 29, 2017 at 12:47 PM, Andrea Del Bene wrote: > Hi, > > I used a DIY for the new version of the user guide examples, which ru

Re: Cannot read Ajax response for multipart form submit

2017-05-30 Thread Martin Grigorov
Hi, Do you have a failure callback listener for this Ajax call ? See IAjaxCallListener#onFailure(). If this doesn't help then please create a quickstart application and attach it to a ticket in JIRA! Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Ma

Re: Proxy Error 502 for http://examples7x.wicket.apache.org/index.html

2017-05-30 Thread Martin Grigorov
I've restarted it! Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, May 30, 2017 at 7:01 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > The proxy server received an invalid response from an upstream server. > The proxy server could not ha

Re: How reload necessary Panel inside common layout?

2017-05-30 Thread Francois Meillet
Have a look at https://ci.apache.org/projects/wicket/guide/8.x/single.html#_working_with_ajax François > Le 30 mai 2017 à 14:32, Sokab a écrit : > > Hi. I follow this post > ( > https://stackoverflow.com/que

Proxy Error 502 for http://examples7x.wicket.apache.org/index.html

2017-05-30 Thread Francois Meillet
The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /index.html. Reason: Error reading from remote server François - To unsubscribe, e-mail: users-unsubscr.

Cannot read Ajax response for multipart form submit

2017-05-30 Thread marco di gasbarro
Hi there, I am struggling with this issue using Tomcat 8.5.14 and Wicket 6.24 When FileUploadBase$FileItemIteratorImpl constructor throws SizeLimitExceededException, the ajax response is not read by the browser client, which keeps waiting (Firefox) or aborts (IE) the connection, with the following

How reload necessary Panel inside common layout?

2017-05-30 Thread Sokab
Hi. I follow this post ( https://stackoverflow.com/questions/24061261/loading-wicket-panels-dynamically-in-a-div ) and try display necessary Panel inside layout but I really can't do it. I created a sam