wicketstuff-push

2008-07-03 Thread Julien Graglia
push, no polling. Thanx, 1 : http://wicketstuff.org -- Julien Graglia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wicketstuff-push

2008-07-03 Thread Julien Graglia
/wicket-stuff/trunk/wicketstuff-push-examples/ Thx !!! -- Julien Graglia - NetCeler Tel: 04-92-57-12-12 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wicketstuff-push

2008-07-15 Thread Julien Graglia
is to use cometd at low level ie. with no integration with wicket...? Thanx, 1 : sources of cometd-bayeux artefact (only in version 7.0.0pre1): http://repo1.maven.org/maven2//org/mortbay/jetty/cometd-bayeux/7.0.0pre1/ -- Julien Graglia

Re: wicketstuff-push

2008-07-17 Thread Julien Graglia
that error : http://www.mail-archive.com/users@wicket.apache.org/msg15406.html -- Julien Graglia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Groovy + Spring + Wicket

2008-09-08 Thread Julien Graglia
). It's a bit off topic, but you could look at Grails (1) and his wicket plugin (2). Grails use Groovy and Spring. I have just played with the examples, but it seems cool... 1 : http://grails.org/ 2 : http://www.grails.org/Wicket+Plugin -- Julien Graglia - NetCeler

wicketstuff-push is over, wickestuff-dojo-1.1 is born ???

2008-11-06 Thread Julien Graglia
with wicket (cometd...) ie. push event from a server thread at the server initiative. It works with an old (rev 4245) version of wicketstuff-push. The trunk seems corrupted : a dojo folder is missing.. 1 : http://www.nabble.com/New-wicketstuff-dojo-project-td19070145.html -- Julien Graglia NetCeler

Re: wicketstuff-push is over, wickestuff-dojo-1.1 is born ???

2008-11-12 Thread Julien Graglia
=String.valueOf(datas.entrySet().toArray()[0]); target.addComponent(label); } }); I you need more informations, you can contact me! -- Julien Graglia NetCeler - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

filtering a datatable

2009-04-15 Thread Julien Graglia
to implements the filter. I have google that the phonebook application is using filter but I can't get it. I have to say that I dont know how to start with only the javadoc (how to write html? simple example?) I you have a piece of code of how to use filter and IFilterStateLocator... thx, -- Julien

Re: filtering a datatable

2009-04-15 Thread Julien Graglia
18:48 +0200, Julien Graglia a écrit : Hi, I try to filter rows of a datatable : I already have sort the rows very easily (using a SortableDataProvider) but now I need to filter some columns.. which seems to me a rather classic task. I have found classes

Re: filtering a datatable

2009-04-16 Thread Julien Graglia
to limit .toLowerCase calls...) : just to learn wicket filter? after I delete all and restart) 6/ And voilà it works! Awesome!! Just have to get the trick. Serkan Camurcuoglu wrote: you can try FilterToolbar Julien Graglia wrote: Hi, I try to filter rows of a datatable : I