Re: Behavior#onTag() doesn't have the Component

2016-12-04 Thread Sven Meier
Hi Martin, > It is shorter with three chars "c, ". .. and two /parentheses. /I though you knew of a shorter lambda syntax I wasn't aware of. I'm fine with a single method, at least it's consistent with #onComponentTag() this way. Have fun Sven On 04.12.2016 14:26, Martin Grigorov wrote:

Re: Behavior#onTag() doesn't have the Component

2016-12-04 Thread Martin Grigorov
Hi Sven label1.add(Behavior.onTag(t->t.put(key, label1.getId())); // 58 characters label1.add(Behavior.onTag((c, t)->t.put(key, label1.getId())); // 63 charactes "I'd like to preserve the first one because it's syntactically shorter." I thought that you say that the first example is

Re: Wicket Site fork us button

2016-12-04 Thread Andrea Del Bene
I had a 404 as well yesterday's night on mobile but I guess it's more a technical problem with github On 4 Dec 2016 13:16, "Francois Meillet" wrote: > 404 for me (not from mobile) > > François > > > > > Le 3 déc. 2016 à 21:56, Tobias Soloschenko < >

Re: Wicket Site fork us button

2016-12-04 Thread Francois Meillet
404 for me (not from mobile) François > Le 3 déc. 2016 à 21:56, Tobias Soloschenko > a écrit : > > I get a 404 - maybe because of mobile device?! > > https://github.com/apache/wicket/fork > > kind regards > > Tobias > >> Am 03.12.2016 um 20:39 schrieb