Wicket logo and badges anywhere?

2007-10-17 Thread Per Ejeklint
I thought I had seen the wicket logo and/or some small banners somewhere but maybe that's entirely made up in my head 'cause I just dont find it now (the logo, that is). Does it exist somewhere? /Per -- View this message in context:

Re: [VOTE] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-24 Thread Per Ejeklint
[X] - YES - I would like to see at least the most used Wicket Stuff projects structured so that they mirror Wicket, and a release is produced for each Wicket release. -- View this message in context:

Re: [VOTE] End of Life wicket-contrib-gmap?

2008-11-30 Thread Per Ejeklint
[X] - YES, please create a branch in the Wicket Stuff repo just for abandoned projects and move wicket-contrib-gmap into that branch. -- View this message in context: http://www.nabble.com/-VOTE--End-of-Life-wicket-contrib-gmap--tp20726039p20758844.html Sent from the Wicket - User mailing list

Re: AjaxEditableLabel in 1.3.0

2008-01-08 Thread Per Ejeklint
A quick solution is to copy AjaxEditableLabel and add @Override protected void onModelChanged() { super.onModelChanged(); } @Override protected void onModelChanging() { super.onModelChanging(); } to it. It seems

Re: AjaxEditableLabel in 1.3.0

2008-01-09 Thread Per Ejeklint
: Isnt the wicket jar and extentions jar loaded by 2 classloaders at your place? Because then this kind of stuff can happen because somehow it things that those classes/packages are really diferent. On 1/8/08, Per Ejeklint [EMAIL PROTECTED] wrote: A quick solution is to copy

Re: Workaround for AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)?

2008-01-31 Thread Per Ejeklint
Nice! Thank you Gerolf. /Per Gerolf Seitz wrote: i'm sorry this one slipped through. i commited Per's fix. Edvin, can you try with latest trunk to verify it's fixed? gerolf On Jan 31, 2008 8:53 AM, Edvin Syse [EMAIL PROTECTED] wrote: Advanced Technology(R) skrev: Check Per

Re: [wicketstuff] Accordion component?

2008-02-07 Thread Per Ejeklint
Oh! Was it two? Heh, double luck then - thanks to all! :) Nino.Martinez wrote: my contrib or the one from dojo? :) Per Ejeklint wrote: Nice, me like very much. Thanks! Nino.Martinez wrote: doh! http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage

Re: [wicketstuff] Accordion component?

2008-02-07 Thread Per Ejeklint
Nice, me like very much. Thanks! Nino.Martinez wrote: doh! http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.accordioncontainer.AccordionContainerSample Nino Saturnino Martinez Vazquez Wael wrote: I almost have a component ready for

Re: AjaxEditableLabel in 1.3.0

2008-02-18 Thread Per Ejeklint
This is very odd, I just tested with a clean 1.3.1-based build of my test app. It works fine on one machine but not on the other! Same code, one running in Jetty on a MBP (does not work), one running in GlassFish on a Mac mini (works just fine). Same Java versions on the machines. So maybe it

Re: AjaxEditableLabel in 1.3.0

2008-02-18 Thread Per Ejeklint
a clean. /Per Johan Compagner wrote: Is the error exactly the same? On 2/18/08, Per Ejeklint [EMAIL PROTECTED] wrote: This is very odd, I just tested with a clean 1.3.1-based build of my test app. It works fine on one machine but not on the other! Same code, one running in Jetty

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Per Ejeklint
+1 /Per -- View this message in context: http://www.nabble.com/-vote--Release-1.4-with-only-generics-and-stop-support-for-1.3-tp16090054p16092891.html Sent from the Wicket - User mailing list archive at Nabble.com. - To