Re: Update Tree Model on Ajax timer. What's wrong ?

2009-09-18 Thread TahitianGabriel
This wicket-tree seems really nice. Well done! Why isn't it in wicketstuff? It may even replace the headache swing wicket-extension one (in 1.5?)... Regards, Gabriel. svenmeier wrote: advertisement ... you should definitely take a look at http://code.google.com/p/wicket-tree .

Re: Update Tree Model on Ajax timer. What's wrong ?

2009-09-18 Thread Sven Meier
This wicket-tree seems really nice. Well done! Thanks - Wicket makes it really easy to build reusable components. Why isn't it in wicketstuff? It may even replace the headache swing wicket-extension one (in 1.5?)... Well, Sourceforge isn't the only place for projects. IMHO some Wicket

Re: Update Tree Model on Ajax timer. What's wrong ?

2009-09-18 Thread TahitianGabriel
Well Wicketstuuf is nice because we can find many wicket components in one place. I was not aware of your wicket-tree until today thanks to this post. I believe that projects in wicketstuff are not dependent to the wicket core/extension projet. Also I've got trouble with tortoiseSVN every time

Re: Update Tree Model on Ajax timer. What's wrong ?

2009-09-16 Thread Matthias Keller
Hi Eric I've never used a Tree before and I don't know the AjaxSelfUpdatingTimerBehaviour, but shouldn't you add all changed elements to 'target' like in all other AJAX calls I've ever encountered before? Wicket usually updates those things that are added to the AjaxRequestTarget. Matt

Re: Update Tree Model on Ajax timer. What's wrong ?

2009-09-16 Thread Sven Meier
Hi Eric, if Wicket's Swing tree model usage gives you a headache ... advertisement ... you should definitely take a look at http://code.google.com/p/wicket-tree . /advertisement Regards Sven Eric Bouer wrote: Hello. Preface: Wicket Tree is very confusing since it's some kind of hybrid