Re: Please welcome Emond Papegaaij as a committer for Wicket

2011-12-30 Thread Emond Papegaaij
Thank you all for the confidence you have in my work! I'm really proud to be a 
member of the Wicket team and am looking forward to get some real work done. 
I've already pushed some patches for a few tickets, broke most testcases and 
fixed them again, so it's looking good :)

On Friday 30 December 2011 14:59:39 Martijn Dashorst wrote:
 I am pleased to announce that the Wicket PMC has voted Emond Papegaaij
 as our newest member. Please welcome him to our team!
 
 Welcome Emond! Enjoy the New Year with Wicket!
 
 Martijn


Re: Please welcome Emond Papegaaij as a committer for Wicket

2011-12-30 Thread Johan Compagner
Start coding! :-)
On Dec 30, 2011 4:26 PM, Emond Papegaaij emond.papega...@topicus.nl
wrote:

 Thank you all for the confidence you have in my work! I'm really proud to
 be a
 member of the Wicket team and am looking forward to get some real work
 done.
 I've already pushed some patches for a few tickets, broke most testcases
 and
 fixed them again, so it's looking good :)

 On Friday 30 December 2011 14:59:39 Martijn Dashorst wrote:
  I am pleased to announce that the Wicket PMC has voted Emond Papegaaij
  as our newest member. Please welcome him to our team!
 
  Welcome Emond! Enjoy the New Year with Wicket!
 
  Martijn



Re: Please welcome Emond Papegaaij as a committer for Wicket

2011-12-30 Thread Martin Grigorov
Welcome Emond! :-)

On Fri, Dec 30, 2011 at 7:50 PM, Johan Compagner jcompag...@gmail.com wrote:
 Start coding! :-)
 On Dec 30, 2011 4:26 PM, Emond Papegaaij emond.papega...@topicus.nl
 wrote:

 Thank you all for the confidence you have in my work! I'm really proud to
 be a
 member of the Wicket team and am looking forward to get some real work
 done.
 I've already pushed some patches for a few tickets, broke most testcases
 and
 fixed them again, so it's looking good :)

 On Friday 30 December 2011 14:59:39 Martijn Dashorst wrote:
  I am pleased to announce that the Wicket PMC has voted Emond Papegaaij
  as our newest member. Please welcome him to our team!
 
  Welcome Emond! Enjoy the New Year with Wicket!
 
  Martijn




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com


Re: Please welcome Emond Papegaaij as a committer for Wicket

2011-12-30 Thread Igor Vaynberg
more fixing, less breaking :) welcome!

-igor

On Fri, Dec 30, 2011 at 7:26 AM, Emond Papegaaij
emond.papega...@topicus.nl wrote:
 Thank you all for the confidence you have in my work! I'm really proud to be a
 member of the Wicket team and am looking forward to get some real work done.
 I've already pushed some patches for a few tickets, broke most testcases and
 fixed them again, so it's looking good :)

 On Friday 30 December 2011 14:59:39 Martijn Dashorst wrote:
 I am pleased to announce that the Wicket PMC has voted Emond Papegaaij
 as our newest member. Please welcome him to our team!

 Welcome Emond! Enjoy the New Year with Wicket!

 Martijn


Re: Please welcome Emond Papegaaij as a committer for Wicket

2011-12-30 Thread Sven Meier

Welcome :)

Sven

On 12/30/2011 04:26 PM, Emond Papegaaij wrote:

Thank you all for the confidence you have in my work! I'm really proud to be a
member of the Wicket team and am looking forward to get some real work done.
I've already pushed some patches for a few tickets, broke most testcases and
fixed them again, so it's looking good :)

On Friday 30 December 2011 14:59:39 Martijn Dashorst wrote:

I am pleased to announce that the Wicket PMC has voted Emond Papegaaij
as our newest member. Please welcome him to our team!

Welcome Emond! Enjoy the New Year with Wicket!

Martijn




overriding getNamespace won't work

2011-12-30 Thread YK
hi,

I'm playing with wicket 1.5.3 and I discovered that overriding getNamespace
method does not work!

In my Application, I overrode the newMapperContext method to define a new
IMapperContext but my app won't work:



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/overriding-getNamespace-won-t-work-tp4246795p4246795.html
Sent from the Forum for Wicket Core developers mailing list archive at 
Nabble.com.


Re: overriding getNamespace won't work

2011-12-30 Thread Juergen Donnerstag
I don't think it has changed in 1.5 compared to 1.4, but feel free to
open a jira ticket and attach a quickstart

-Juergen

On Fri, Dec 30, 2011 at 9:44 PM, YK linux_2...@yahoo.fr wrote:
 hi,

 I'm playing with wicket 1.5.3 and I discovered that overriding getNamespace
 method does not work!

 In my Application, I overrode the newMapperContext method to define a new
 IMapperContext but my app won't work:



 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/overriding-getNamespace-won-t-work-tp4246795p4246795.html
 Sent from the Forum for Wicket Core developers mailing list archive at 
 Nabble.com.


Re: Please welcome Emond Papegaaij as a committer for Wicket

2011-12-30 Thread Peter Ertl
Welcome aboard, Emond ! :-)

Am 30.12.2011 um 20:42 schrieb Sven Meier:

 Welcome :)
 
 Sven
 
 On 12/30/2011 04:26 PM, Emond Papegaaij wrote:
 Thank you all for the confidence you have in my work! I'm really proud to be 
 a
 member of the Wicket team and am looking forward to get some real work done.
 I've already pushed some patches for a few tickets, broke most testcases and
 fixed them again, so it's looking good :)
 
 On Friday 30 December 2011 14:59:39 Martijn Dashorst wrote:
 I am pleased to announce that the Wicket PMC has voted Emond Papegaaij
 as our newest member. Please welcome him to our team!
 
 Welcome Emond! Enjoy the New Year with Wicket!
 
 Martijn
 



Re: overriding getNamespace won't work

2011-12-30 Thread Martin Grigorov
Hi,

IMapperContext is a new class introduced in 1.5.
We have unit tests that the namespace is actually in use.
This namespace is for the Urls :
default - /wicket/bookmarkable/com.example.MyPage
custom - /mynamespace/bookmarkable/com.example.MyPage

I guess you expect different behavior from it - to be able to replace
the wicket: namespace in the markup.
For this you need
org.apache.wicket.markup.MarkupResourceStream#getWicketNamespace()

On Fri, Dec 30, 2011 at 10:55 PM, Juergen Donnerstag
juergen.donners...@gmail.com wrote:
 I don't think it has changed in 1.5 compared to 1.4, but feel free to
 open a jira ticket and attach a quickstart

 -Juergen

 On Fri, Dec 30, 2011 at 9:44 PM, YK linux_2...@yahoo.fr wrote:
 hi,

 I'm playing with wicket 1.5.3 and I discovered that overriding getNamespace
 method does not work!

 In my Application, I overrode the newMapperContext method to define a new
 IMapperContext but my app won't work:



 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/overriding-getNamespace-won-t-work-tp4246795p4246795.html
 Sent from the Forum for Wicket Core developers mailing list archive at 
 Nabble.com.



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com