Re: Check Group selected items called from other form loses the checked values

2016-10-19 Thread ganea iulia
Hello, Thank you for the samples. But I will explain again what I have: I have two forms on my page. In the bottom form I have a RefreshingView component, with check all checkbox in the header, and check components for each items. In the top form there is a link, where I need to get the checked it

Come see Wicket at ApacheCon EU Nov 17-19 in Sevilla!

2016-10-19 Thread Martijn Dashorst
All, ApacheCon EU 2016 features two presentations concerning Apache Wicket: - Andrea del Bene with "Apache Wicket: the story so far and beyond" - Martijn Dashorst with "What's up with Wicket 8 and Java 8" Both are great sessions, and you have a good opportunity to meet and speak with us about yo

Re: Wicket Appl - Cleanup & Scale

2016-10-19 Thread Martin Grigorov
Hi, On Tue, Oct 18, 2016 at 2:25 AM, fzb wrote: > Hi > > > Here are few UI snaps of the application we had built using wicket. > > > 2016-10-17_08.png> >

ApacheCon is now less than a month away!

2016-10-19 Thread Rich Bowen
Dear Apache Enthusiast, ApacheCon Sevilla is now less than a month out, and we need your help getting the word out. Please tell your colleagues, your friends, and members of related technical communities, about this event. Rates go up November 3rd, so register today! ApacheCon, and Apache Big Dat

Re: ModalWindow and OnDomReady

2016-10-19 Thread Martin Grigorov
Hi, It depends on what you add the OnDomReady header item. Is it the ModalWindow ? Or its content (Panel or Page) ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Oct 19, 2016 at 5:06 PM, Rob Audenaerde wrote: > Hi all, > > I have a panel that needs some

Re: Check Group selected items called from other form loses the checked values

2016-10-19 Thread Francois Meillet
Have a look at https://cwiki.apache.org/confluence/display/WICKET/Listview+with+checkboxes https://www.mkyong.com/wicket/wicket-multiple-checkboxes-example-checkboxmultiplechoice/

Re: ModalWindow and OnDomReady

2016-10-19 Thread Ernesto Reinaldo Barreiro
Repainting the panel after the modal is shown? On the same ART That way JavaScript will be executed again. On Wed, Oct 19, 2016 at 5:06 PM, Rob Audenaerde wrote: > Hi all, > > I have a panel that needs some JavaScript for sizing etc. to run after a > ModalWindow is shown, but as I now see it the

ModalWindow and OnDomReady

2016-10-19 Thread Rob Audenaerde
Hi all, I have a panel that needs some JavaScript for sizing etc. to run after a ModalWindow is shown, but as I now see it the Javascript is run *before* the modal window is shown. What is the proper way to run javascript after a ModalWindow is shown? It seems OnDomReady is not sufficient here?

Re: Check Group selected items called from other form loses the checked values

2016-10-19 Thread ganea iulia
Hello, I have actually made this to work by adding this behaviour to the checkgroup: group.add(new AjaxFormChoiceComponentUpdatingBehavior() { private static final long serialVersionUID = 1654345477970524731L; @Override protected void onUpdate(Ajax

Re: Wicket Appl - Cleanup & Scale

2016-10-19 Thread Ernesto Reinaldo Barreiro
Hi, > Do you mean you had used lot of OFC or JS based charts. Can give few > choices > u had used for JS. > > I have used client based charts like Flot, http://morrisjs.github.io/morris.js/, and a few others. > Is it better to design all entities as pages ? I was worried about > reconstructin

Re: Wicket Appl - Cleanup & Scale

2016-10-19 Thread Vit Rozkovec
There exists also java wrapper: https://github.com/jhonnymertz/java-wkhtmltopdf-wrapper On 10/18/2016 05:13 PM, Ernesto Reinaldo Barreiro wrote: Thanks for the pointer: did not know about this project :-) On Tue, Oct 18, 2016 at 4:19 PM, Vit Rozkovec wrote: I would recommend wkhtmltopdf as