Re: overriding getNamespace won't work

2012-01-03 Thread YK
I finally figured out the root of the troubles I'm running into... I removed the wicket namespace declaration (xmlns:wicket="http://wicket.apache.org"; ) and it worked ! thx ! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/overriding-getNamespace-won-t-work-tp424679

Re: overriding getNamespace won't work

2012-01-03 Thread YK
the only test I found is about changing the default namespace of a MarkupParser not the whole wicket app -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/overriding-getNamespace-won-t-work-tp4246795p4258756.html Sent from the Forum for Wicket Core developers mailing lis

Re: overriding getNamespace won't work

2012-01-03 Thread Juergen Donnerstag
There are working examples in our test suite. Please have a look their. They exist since the first days of Wicket. Juergen On Tue, Jan 3, 2012 at 10:05 PM, YK wrote: > Hi, > > sorry this does not work... > > I suspect it's feasable now > > thanks anyway > > -- > View this message in context: >

Re: overriding getNamespace won't work

2012-01-03 Thread Martin Grigorov
ticket + quickstart please On Tue, Jan 3, 2012 at 11:05 PM, YK wrote: > Hi, > > sorry this does not work... > > I suspect it's feasable now > > thanks anyway > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/overriding-getNamespace-won-t-work-tp4246795p4258593.h

Re: overriding getNamespace won't work

2012-01-03 Thread YK
Hi, sorry this does not work... I suspect it's feasable now thanks anyway -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/overriding-getNamespace-won-t-work-tp4246795p4258593.html Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.

Re: What to do with IAjaxCallDecorator ?

2012-01-03 Thread Igor Vaynberg
i have a couple of those to prepend js before the ajax call is made... if we cant translate lets remove the iface so it causes a compile error -igor On Tue, Jan 3, 2012 at 9:07 AM, Martin Grigorov wrote: > On Tue, Jan 3, 2012 at 6:57 PM, Igor Vaynberg wrote: >> we cant translate decorateSript(

Re: What to do with IAjaxCallDecorator ?

2012-01-03 Thread Martin Grigorov
On Tue, Jan 3, 2012 at 6:57 PM, Igor Vaynberg wrote: > we cant translate decorateSript() can we? Not automatically. People need to put their old code either in before, after or both. I doubt anyone modified the 'script' parameter itself. This wont be supported in 6.0! > > -igor > > On Tue, Jan

Re: What to do with IAjaxCallDecorator ?

2012-01-03 Thread Igor Vaynberg
we cant translate decorateSript() can we? -igor On Tue, Jan 3, 2012 at 8:29 AM, Martin Grigorov wrote: > Hi, > > In Wicket 6.0 there is no 'script' to decorate any more so > IAjaxCallDecorator is not needed anymore. > There is a replacement - IAjaxCallListener. Each AjaxBehavior can have > a lis

Fwd: FeatherCast: Request for Interviews

2012-01-03 Thread Martijn Dashorst
Anyone up for a feather cast on Wicket? Martijn -- Forwarded message -- From: Rich Bowen Date: Tue, Jan 3, 2012 at 5:37 PM Subject: FeatherCast: Request for Interviews To: memb...@apache.org For those of you not familiar with FeatherCast (http://feathercast.org), it's a semi-n

Re: Ajax event named "href"

2012-01-03 Thread Sven Meier
Seems superfluous, thus +1 for removing crufty code. Sven Am 03.01.2012 17:06, schrieb Igor Vaynberg: seems like a leftover from the time past. +1 to remove. -igor On Tue, Jan 3, 2012 at 7:27 AM, Martin Grigorov wrote: Hi, What is the use case for supporting the special event name "href" i

What to do with IAjaxCallDecorator ?

2012-01-03 Thread Martin Grigorov
Hi, In Wicket 6.0 there is no 'script' to decorate any more so IAjaxCallDecorator is not needed anymore. There is a replacement - IAjaxCallListener. Each AjaxBehavior can have a list of IACL and each of them can contribute: - before handler - JS to execute before the Ajax call is fired - after han

Re: Ajax event named "href"

2012-01-03 Thread Igor Vaynberg
seems like a leftover from the time past. +1 to remove. -igor On Tue, Jan 3, 2012 at 7:27 AM, Martin Grigorov wrote: > Hi, > > What is the use case for supporting the special event name "href" in > AjaxEventBehavior ? > If the name is "href" then Wicket generates: <... > href="javascript:someJS(

Ajax event named "href"

2012-01-03 Thread Martin Grigorov
Hi, What is the use case for supporting the special event name "href" in AjaxEventBehavior ? If the name is "href" then Wicket generates: <... href="javascript:someJS()" ...>. This will work only on element. But I don't see any functionality that is supported by this impl and cannot be done with

Re: buildbot failure in ASF Buildbot on wicket-master

2012-01-03 Thread Martijn Dashorst
done On Tue, Jan 3, 2012 at 10:07 AM, Martin Grigorov wrote: > Our mailing list moderators should allow build...@apache.org to send > mails to commits@ > > On Tue, Jan 3, 2012 at 11:02 AM, Martin Grigorov wrote: >> Changed it with r801556. >> We have the permissions to edit the settings at: >> h

Re: buildbot failure in ASF Buildbot on wicket-master

2012-01-03 Thread Martin Grigorov
Our mailing list moderators should allow build...@apache.org to send mails to commits@ On Tue, Jan 3, 2012 at 11:02 AM, Martin Grigorov wrote: > Changed it with r801556. > We have the permissions to edit the settings at: > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmast

Re: buildbot failure in ASF Buildbot on wicket-master

2012-01-03 Thread Martin Grigorov
Changed it with r801556. We have the permissions to edit the settings at: https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/wicket.conf On Mon, Jan 2, 2012 at 7:09 PM, Igor Vaynberg wrote: > can we also change the email addr to comm...@wicket.apache.org