@apache_wicket Twitter account

2018-02-22 Thread Francois Meillet
Today @apache_wicket Twitter account https://twitter.com/apache_wicket has 40 new followers and received 4,361 impressions over the last 24 hours ! You like your framework ? Share the success ! Follow @apache_wicket https://twitter.com/apache_wicket

Redirect based on a header?

2018-02-22 Thread Boris Goldowsky
I’m not sure if there is a wicket-y way to do this. In the environment where I’m deploying my wicket app (google cloud + kubernetes + docker + tomcat), a request that came in to the load balancer under insecure http is forwarded to wicket, and identified by the request containing an

Re: Setting focus on a ModalWindow title

2018-02-22 Thread SeldonCrisis
Hmm ok, how would I add to the Title in java? I know how to add that through the console, but that doesn't help :( I would have to create a label with setEscapeModelStrings(false) and add it to the markup, but the markup is being dynamically created so I can't actually place it in the correct

Re: Setting focus on a ModalWindow title

2018-02-22 Thread Maxim Solodovnik
Hello, What you you expecting from "set the HTML Focus to the title of the *ModalWindow*"? It is regular div element What I did: 1) open http://examples7x.wicket.apache.org/ajax/modal-window?0 2) click "Show modal dialog" 3) in console type: $('.w_caption h3').focus() in console type:

Re: Modifying componentfeedbackpanel output

2018-02-22 Thread Entropy
I'm not sure what a quickstart would do to demonstrate what I'm after. It's not a bug I am trying to work through, I don't even know how to get control so I can add the tags. The specific tags I'm adding don't even matter. It's static content, but it has to wrap the message. Just imagine I was

Re: Modifying componentfeedbackpanel output

2018-02-22 Thread Rob Audenaerde
Can't your front end guy use CSS content to accomplish this? On Feb 22, 2018 20:39, "Entropy" wrote: > I'm not sure what a quickstart would do to demonstrate what I'm after. > It's > not a bug I am trying to work through, I don't even know how to get control > so I can

Re: @apache_wicket Twitter account

2018-02-22 Thread Martin Grigorov
Good job, François! :-) Martin Grigorov Wicket Training and Consulting Looking for a remote position with Wicket ? Contact me! https://twitter.com/mtgrigorov On Thu, Feb 22, 2018 at 1:21 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > Today @apache_wicket Twitter account

Re: Redirect based on a header?

2018-02-22 Thread Martin Grigorov
Hi, Does it have to be "with Wicket" ? You can use custom Servlet Filter that is executed before WicketFilter. Martin Grigorov Wicket Training and Consulting Looking for a remote position with Wicket ? Contact me! https://twitter.com/mtgrigorov On Thu, Feb 22, 2018 at 5:55 PM, Boris Goldowsky

Re: Setting focus on a ModalWindow title

2018-02-22 Thread Maxim Solodovnik
My point was: 1) you need to try to implement what you need using browser console 2) understand what steps need to be done 3) later on move it to the wicket I'm not using ModalWindow in my project We are using wicket-jquery-ui dialog instead

Re: Modifying componentfeedbackpanel output

2018-02-22 Thread Maxim Solodovnik
Here is Quickstart with small customization to feedback message https://github.com/solomax/custom-feedback Is it what you want? On Fri, Feb 23, 2018 at 4:48 AM, Rob Audenaerde wrote: > Can't your front end guy use CSS content to accomplish this? > > On Feb 22, 2018