Re: Anyone know a Wiki component?

2015-06-02 Thread Christoph Läubrich
Why should wicket not be able to handle this kind of urls? YOu can simply create a WikiPage mount it like mountPage(WikiPage.class, /wiki/${pagename}); and you will receive that name as a page Parameter. You then can a) load a Page if found (e.g in DB) under this name b) present the user

Re: Graphing Framework for Wicket

2015-06-02 Thread Francois Meillet
You have also Wicket-chartjs that combines Apache Wicket and Chart.js free for all private AND commercial projects (Apache Licence v2). https://twitter.com/apache_wicket/status/591569565760561153 François Meillet Le 2 juin 2015 à 10:38, Johannes Renoth johannes.ren...@gmx.de a écrit :

Re: Training slides/presentation for work colleagues?

2015-06-02 Thread Martijn Dashorst
I don't have a training available (I tried to find a deck from way back), but you can look at these slides: http://www.slideshare.net/dashorst Wicket and JavaEE is a rather complete deck I was able to go through in roughly 60 minutes, but if you want to explain things more in depth, you can

Re: Graphing Framework for Wicket

2015-06-02 Thread Johannes Renoth
Please be aware that wicked-charts uses highcharts to do the actual plotting. Highcharts is not free for commercial use and requires a license (see http://shop.highsoft.com/highcharts.html). On 06/01/2015 05:47 PM, Mihir Chhaya wrote: One correction; it is called Wicked Charts (

Training slides/presentation for work colleagues?

2015-06-02 Thread Chris Colman
Given that I rave about Wicket so much to most of the developers at one of my clients I was asked to give a presentation on the benefits of Wicket to the Java development team. Does anyone know of an up to date (Wicket 6) slide presentation or similar that I could use for this? I could create my

RE: Training slides/presentation for work colleagues?

2015-06-02 Thread Chris Colman
Thanks for these. I'll take a look. 17 people so far have said they are coming... yikes - I think I'll need to book a bigger room. -Original Message- From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] Sent: Tuesday, 2 June 2015 7:26 PM To: users@wicket.apache.org Subject: Re:

Panels not refreshing when calling AjaxRequestTarget.add(), only in production mode

2015-06-02 Thread lucast
Dear Forum, On a form which is inside a modal window, I have an ajax checkbox where if I tick the box, I display a number of panels and if the checkbox is not ticked, I hide said panels. The functionality works well on development mode and does not work at all on deployment mode. I call

Re: Panels not refreshing when calling AjaxRequestTarget.add(), only in production mode

2015-06-02 Thread Sven Meier
Do you call formComponentPanel#setOutputMarkupPlaceholderTag(true)? Sven On 02.06.2015 17:52, lucast wrote: Dear Forum, On a form which is inside a modal window, I have an ajax checkbox where if I tick the box, I display a number of panels and if the checkbox is not ticked, I hide said