Re: [Announce] Introducing Wicked Charts

2013-01-18 Thread Matthias Gasser
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 introduce to you the Wicked Charts library, consisting of a java wrapper for the Highcharts javascript charting library and a component

Re: Can't build wicket from updated trunk

2012-01-01 Thread Matthias Gasser
You need to increase the heap space for maven. Just run the following line prior building: snip set MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128m snap That should bring you through. -matthias Am 02.01.2012 um 05:43 schrieb Chris Colman: I cloned the wicket git repos and then

Re: ClassCastException: wicket.in.action.CheesrSession cannot be cast to wicket.in.action.CheesrSession

2011-10-19 Thread Matthias Gasser
Hello, Your wicket version is fairly old. Please try the latest 1.5 release... Have a look at the wicket examples they provide a very good starting point. Cheers, Matthias -- iPhone Mail On 19.10.2011, at 18:17, Filipe Sousa nat...@gmail.com wrote: Hi, I'm doing my first experiments

Re: IStringResourceLoader database implementation

2011-05-18 Thread Matthias Gasser
I've used a second level cache, works like a charm. - matt -- iPhone Mail On 18.05.2011, at 20:22, andrea del bene andrea.on@libero.it wrote: Hi, I've just finished to implement a custom string resource loader which checks for existing resource bundle in database. For now i've used

Re: IStringResourceLoader database implementation

2011-05-18 Thread Matthias Gasser
Used hibernate+ehcache. - matt Am 18.05.2011 um 21:21 schrieb andrea del bene: Did you implemented this cache using some framework (ehcache, terracotta, spring cache, )? I've used a second level cache, works like a charm. - matt -- iPhone Mail On 18.05.2011, at 20:22, andrea

Re: post request with wicket

2011-05-13 Thread Matthias Gasser
Or use a javascript to trigger (and create) the POST request. Or the way you proposed, will also work. Depending on what you're trying to achieve. Matthias Am 13.05.2011 um 20:59 schrieb wmike1...@gmail.com: Thanks Igor. Just so I have this clear: There's no way to make the POST request

Re: Apache Wicket Cookbook Published!

2011-03-25 Thread Matthias Gasser
Thx! Got it, and it is well done. Cheers, Matthias -- http://matthiasgasser.com Am 25.03.2011 um 22:17 schrieb Bertrand Guay-Paquet: Looking forward to reading it! My copy is in the mail. On 25/03/2011 1:44 PM, Igor Vaynberg wrote: For the past nine months I have been quietly working on

Re: Getting Javascript function return value in Wicket

2011-02-28 Thread Matthias Gasser
Maybe this wiki entry is helpful: Generate a JS within Wicket: https://cwiki.apache.org/WICKET/adding-javascript-from-wicket.html the other way round: https://cwiki.apache.org/WICKET/calling-wicket-from-javascript.html HTH Am 28.02.2011 um 12:34 schrieb drf: Does anyone have any simple and

Re: wicket-ajax.js header contribution with script that includes a less than character

2011-02-03 Thread Matthias Gasser
A time ago I faced a similar problem, but not with wicket... I needed to escape the character somehow, or try to reverse the arguments like: 0 someVariable. see http://www.informit.com/articles/article.aspx?p=1193471seqNum=9 Am 03.02.2011 um 08:56 schrieb Randy S.: Hi all. I have

Re: Why is my css variant not used in markup?

2011-01-25 Thread Matthias Gasser
Hello, First you talk of branda, then brenda. Maybe a shot in the dark, but recheck your spelling and watch out for case sensitivity. Brgds, Matthias -- iPhone Mail On 25.01.2011, at 09:02, Mike Mander wicket-m...@gmx.de wrote: Hi all, i try to load a variant of my main css file (wicket

Re: wicket:message inside html title

2011-01-17 Thread Matthias Gasser
Hello Patrick, I guess the following will do the Job: https://cwiki.apache.org/WICKET/how-to-remove-wicket-markup-from-output.html BRGDS Matthias Am 17.01.2011 um 12:06 schrieb Patrick Petermair: Hi! We are using wicket:message for i18n of our html pages. It all works fine except for

Re: problem with changing css while application is running

2010-12-16 Thread Matthias Gasser
Do you know firebug, or the safari / chrome developer tools? Especially firebug is quite convenient, changing styles on the fly... Am 16.12.2010 um 16:43 schrieb Sam Zilverberg: Sorry, I should have been more clear. I don't get any error on the application side. I get the error in eclipse.

Re: help me please!!! Wicket/Spring/Hibernate configuration woes

2010-12-15 Thread Matthias Gasser
Does the spring context startup without the wicket part? I've integrated Wicket in an existing Spring project (following the same guide as you did) and it worked without any (greater) problem. cheers, Matthias Am 15.12.2010 um 15:06 schrieb adam.gibbons: I thought that was the whole point