Modifying componentfeedbackpanel output

2018-02-21 Thread Entropy
Our front-end guy is asking for us to modify how our component feedback messages render. In particular he wants tags around EACH MESSAGE like so: //Error: This is the message. I added an override for the ComponentFeedbackPanel java and html to make everything

Re: Modifying componentfeedbackpanel output

2018-02-21 Thread Entropy
Ooops, I see nabble is hiding the tags. Trying again with and span class="feedbackPanel" span class="feedbackPanelERROR" span class="feedbackPanelERROR"i aria-hidden="true" class="fas fa-exclamation-triangle" title="Error "/ispan

Re: Modifying componentfeedbackpanel output

2018-02-21 Thread Entropy
I'm not sure how to make the markup show right in the post. I'll try wrapping it in PRE. //Error: This field is required. Anyway, yes, I am subclassing the component feedback, but it adds the

Re: Modifying componentfeedbackpanel output

2018-02-21 Thread Maxim Solodovnik
no tags :((( Maybe you can create quickstart project with 1) desired structure 2) your subclass On Wed, Feb 21, 2018 at 11:01 PM, Entropy wrote: > I'm not sure how to make the markup show right in the post. I'll try > wrapping it in PRE. > > > > >

Re: Modifying componentfeedbackpanel output

2018-02-21 Thread Maxim Solodovnik
It is hard to read your markup :( You can extend FeedbackPanel and provide your own markup Would it work? On Wed, Feb 21, 2018 at 10:10 PM, Entropy wrote: > Ooops, I see nabble is hiding the tags. Trying again with and > > span

[ANNOUNCE] Apache Wicket 6.29.0 released

2018-02-21 Thread Andrea Del Bene
The Apache Wicket PMC is proud to announce Apache Wicket 6.29.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find

FINAL REMINDER: CFP for Apache EU Roadshow Closes 25th February

2018-02-21 Thread Sharan F
Hello Apache Supporters and Enthusiasts This is your FINAL reminder that the Call for Papers (CFP) for the Apache EU Roadshow is closing soon. Our Apache EU Roadshow will focus on Cloud, IoT, Apache Tomcat, Apache Http and will run from 13-14 June 2018 in Berlin. Note that the CFP deadline

Re: Disable component to prevent double click

2018-02-21 Thread Claudia Hirt
Thanks for your answer. Your tip for non-ajax-buttons helped me a lot. Just another remark about that: disabling a Button in getTriggerJavaScript leads to the side effect that the onsubmit method of the Button will not be called because the disabling is done before form submit. The css

Re: Disable component to prevent double click

2018-02-21 Thread Martin Grigorov
You can override public CharSequence getAfterHandler(Component component) instead to disable the button *after* the Ajax call is made. Martin Grigorov Wicket Training and Consulting Looking for a remote position with Wicket ? Contact me! https://twitter.com/mtgrigorov On Wed, Feb 21, 2018 at

Setting focus on a ModalWindow title

2018-02-21 Thread SeldonCrisis
Hey Everyone, I'm having some difficulties with *ModalWindow*. I need a way to set the HTML Focus to the title of the *ModalWindow *when it pops up, but so far nothing has worked for me. 1. I have tried adding an *AjaxEventBehavior ("onload")* to my modal window, but that did not work. Neither

Set Focus to Modal Window Title

2018-02-21 Thread SeldonCrisis
Hey Everyone, I'm having some difficulties with *ModalWindow*. I need a way to set the *HTML Focus* to the *title* of the *ModalWindow* when it pops up, but so far nothing has worked for me. 1. I have tried adding an *AjaxEventBehavior ("onload")* to my modal window, but that did not work.