Re: Extending Border

2014-05-14 Thread Francois Meillet
Have a look at http://apache-wicket.1842946.n4.nabble.com/Adding-border-in-border-td4660191.html#a4660195 François Meillet Formation Wicket - Développement Wicket Le 8 mai 2014 à 23:07, Nick Pratt nbpr...@gmail.com a écrit : Ive got a class 'A' that extends Border, with the following

Re: problem with message order delivered to wicket users list

2014-05-14 Thread Marco Springer
Aye, experiencing the same problem. On 2014-05-14 06:21, Ernesto Reinaldo Barreiro wrote: Hi, I the last couple of days I have been experiencing problems with the order of messages delivered to wicket users list: sometimes I receive an answer and then a few minutes after the original

PageParameters are not extracted correctly from an Encoded URL

2014-05-14 Thread NickMoutsios
Hi, I have a shared resource, DynamicImageResource, to serve images from the database given some parameters. The URL looks like this (coming from tinymce where it encodes the ampersand): https://localhost/center/MerchantFile?merchant=Testingamp;image=logo2 Our application was running on wicket

Wicket AJAX Google Chrome: Strange DOMException in Wicket.Ajax.Request.doGet

2014-05-14 Thread Tobias Gierke
Hi, I'm stumped by an error (DOMException #19, A network error occurred) that seems to have started with Chrome version =31. In our Wicket 1.5.11 application I have some Javascript that issues an synchronous AJAX call like this: 888888 var

Wicket Can't Find Component Error

2014-05-14 Thread mashleyttu
Hello All, Maybe a couple times a week we get a wicket error stating: Unable to find component with id XZY in . Found with similar names: when a user submits one of our forms (we have lots, it has happened on different ones). We have had a couple user tell us they were sent to our custom

Re: problem with message order delivered to wicket users list

2014-05-14 Thread Pierre Goupil
I have lots of trouble, too and Martin told me that it was a problem for all of the ASF mailing-lists. Hence, my message sent 4 times (!) here, for which I do apologize. https://blogs.apache.org/infra/entry/mail_outage Regards, Pierre On Wed, May 14, 2014 at 6:21 AM, Ernesto Reinaldo

AjaxRequestTarget weirdness

2014-05-14 Thread Pierre Goupil
Hello folks, Sorry if this is double-posting, but I have the feeling that my previous message didn't find its way. I'm currently trying to roll my own on Wicket-Atmosphere: I've forked the github repo and I'm trying to make the project unit testable. I must admit that I'm not far from reaching

Re: Wicket FormPost via ProxyFilter

2014-05-14 Thread smöker
hi, thanks a lot for your help - the absolute url works fine using UrlRenderer. this unfortunately only brings me half the way, since the proxied requests are still failing. The absolute generated method action looks now like (with cookies enabled in container):