Re: Ajax Link not resolving Wicket 6.4

2013-01-19 Thread Sven Meier
We're trying to improve on the double-slash issue. A quickstart would be helpful. Please try out with 6.5.0 which contains a fix for WICKET-4935: https://dist.apache.org/repos/dist/dev/wicket/wicket-6.5.0 Sven On 01/19/2013 04:13 AM, Chris Colman wrote: This looks very similar to:

Re: How to change the model of an panel and refresh it

2013-01-19 Thread Sven Meier
You have to change the object *in* the model, since EditPanel still holds a reference to the old model: private void showEditPanel(AjaxRequestTarget target, SomeType someType) { model.setObject(someType); // it's too late to tell editPanel to render a placeholder, // if

Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread Francois Meillet
Hi Tom, Great work ! Many Thanks ! François Le 18 janv. 2013 à 23:44, Matthias Gasser wic...@matthiasgasser.com a écrit : Hi Tom, Great work! Thanks. Best regards, Matthias On 18.01.2013, at 23:30, tom.hombergs tom.hombe...@gmail.com wrote: Hi Wicket users, i would like to

Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread Sebastien
Hi Tom, This seams to be really excellent! I did a such integration some times ago (first was on wicket 1.4), but it' was incomplete: I only integrated chart type I needed. So congratulation for this hard job and I think I will probably use Wicked Chart it in a few weeks/month :) However, just

Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread Cedric Gatay
Hi Tom, you did a great work, I'm looking forward this project to use it in SRMvision platform (we're actually using Google Visualization, but it has a lot of drawbacks). Regards, Cedric __ Cedric Gatay http://www.bloggure.info | http://cedric.gatay.fr |

Re: Referring to static files in .jar root directly from HTML, with context added automatically?

2013-01-19 Thread Joachim Schrod
Ondrej Zizka wrote: Hi all, I'm wondering if I can refer to static files just from HTML, while keeping it aware of the context. Example: .jar contains /favicon.ico . I'd like to refer to it by link rel=... href=/favicon.ico. But when the app is at non-root context, this breaks as it

Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread tom.hombergs
Hi Sebastien, Wouldn't be possible to have/use a DataProvider? I hadn't thought of that. However, I want to keep the API independent of Wicket. That way, it is possible to use the same API for different web frameworks. We already used that to create a JSF component. But there will be a way to

Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread Daniel Neugebauer
Hi! As nice as it looks but unfortunately, I feel like it should be pointed out that only your wrapper is Apache 2 licensed. Highcharts itself is only free to use for non-profit/non-commercial applications and requires purchase of a license otherwise, see: http://shop.highsoft.com/highcharts.html

Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread tom.hombergs
Highcharts itself is only free to use for non-profit/non-commercial applications and requires purchase of a license otherwise Yes, you are right of course. Sorry for not pointing that out. I will add a notice to the project's front page to close the trap door you mentioned. Thanks for the