[Wicket-user] @SpringBean in 1.2+...

2006-07-27 Thread Gwyn Evans
Hi, If anyone who knows has the time, could they take a look at http://www.wicket-wiki.org.uk/wiki/index.php/Spring on the wiki check if any changes need to be made to bring it up-to-date. I'm not personally up-to-speed enough with Spring, let alone Spring in Wicket, so can't be 100% sure if

[Wicket-user] Tree

2006-07-27 Thread Henk Laracker
Title: Tree Hello, I use the wicket tree component, is it possible to disable the style sheet? Because we want to use our own. Thank you, Henk Laracker Lead Architect Development Planon B.V. Wijchenseweg 8 6537 TL Nijmegen P.O. Box 38074 6503 AB Nijmegen

Re: [Wicket-user] AjaxSubmitLink and history

2006-07-27 Thread Eelco Hillenius
Keep in mind that those model changing methods clone you model and roll back to those old models when the back button is pushed. In my experience this is rarely what you want, certainly not if you use a database etc (in which case you would typically get the fresh data from the database on each

[Wicket-user] Palette autoupdate

2006-07-27 Thread samyem
When using a Palette, how do I make it such that the Palette can update the model as soon as user changes the data in the Palette? I had been able to do this with more other form components by using: AjaxFormSubmitBehavior(form,onchange) This has not worked for Palette. What would be the

[Wicket-user] apache wicket?

2006-07-27 Thread Igor Vaynberg
dear community,the core wicket team has decided to join the ASF and make wicket a top level apache project (wicket.apache.org)to those unfamiliar with the game, it goes something like this: * the wicket team puts in a proposal to ASF ( http://wiki.apache.org/incubator/WicketProposal )* the apache

Re: [Wicket-user] Testing Wicket 1.2 on Glassfish b48

2006-07-27 Thread Gwyn Evans
I'd guess you need to checkout wicket-parent (http://svn.sourceforge.net/viewcvs.py/wicket/branches/WICKET_1_2/wicket-parent) and do a mvn install in there first. /Gwyn On 26/07/06, Vincent Jenks [EMAIL PROTECTED] wrote: Also, I'm not able to build Wicket 1.2.1 w/ maven like I did w/ 1.2. In