Re: wicket-10 spring bean injection

2023-01-13 Thread Thomas Matthijs
If you can make a small project on github that can reproduce it, wouldn't mind taking a look Regards On Fri, Jan 13, 2023, at 12:37, Maxim Solodovnik wrote: > How to check why ByteBuddyInterceptor.intercept is not being called > for method call? > (the method is package private, not sure if

Re: Wicket 10 ideas

2021-05-17 Thread Thomas Matthijs
We also use enclosure quite a bit Never used the queue feature Regards, On Mon, 17 May 2021 at 12:25, Martijn Dashorst wrote: > > *➜ **git:(**master**)* git grep "wicket:enclosure" | wc -l > > 804 > > *➜ **git:(**master**)* git grep "wicket:container" | wc -l > > 369 > > 0 uses of

Re: Wicket Kurs auf Udemy fertiggestellt

2020-01-07 Thread Thomas Matthijs
Please no advertising/spam on the mailing list, Thank you On Wed, 8 Jan 2020 at 07:49, Ansgar Schulte wrote: > > Dear Wicket-Team, > > Two weeks ago I contacted Martin Grigorov via Twitter to announce a Udemy > course teaching the Wicket basics. I was now able to finish the course which > is

Re: Time for M8?

2017-10-19 Thread Thomas Matthijs
Would it be possible to include https://github.com/apache/wicket/pull/237 ? That is the only major thing that failed when I upgraded from wicket7 The model setter was removed because it required a cast many years ago, since the models have been reworked so a cast is no longer needed. The ListView

Re: ListItemModel readonly wicket 8.x

2017-10-03 Thread Thomas Matthijs
Oktober 2017 11:50:44 MESZ schrieb Thomas Matthijs <li...@selckin.be>: >>This was removed as part of WICKET-5350 which makes no sense to me, >>since ListView etc are not readonly, they have moveDownLink etc that >>manipulate it >> >>On Tue, Oct 3, 2017 at 11:46

ListItemModel readonly wicket 8.x

2017-10-03 Thread Thomas Matthijs
Hello, Seems like ListItemModel used by ListView etc went readonly in wicket 8. Could this be added the migration guide? Anyone have a tip on how to migrate from this? Regards,

Re: Should static resources be cached in production mode ?

2013-09-09 Thread Thomas Matthijs
On Mon, Sep 9, 2013 at 11:18 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, At the moment when a PackageResource is requested in production mode Wicket always re-reads the file from the disk, then executes any ITextResourceProcessor on it and finally delivers it. This is true for normal

Re: JQuery 1.10.1 dependency also breaks many applications

2013-07-03 Thread Thomas Matthijs
As we are already considering 6.9.1, I think we should fix this issue as well in 6.9.1. [ ] Release 6.9.1 with downgrade to jquery 1.8.3 [ ] Release 6.9.1 with jquery 1.10.1 and jquery migration plugin [ ] Release 6.9.1 with downgrade to jquery 1.8.3, 6.10.0 with jquery 1.10.1 and

Re: wicket 6.0 and automatic model detachment

2012-04-10 Thread Thomas Matthijs
On Fri, Apr 6, 2012 at 18:42, Igor Vaynberg igor.vaynb...@gmail.com wrote: i wrote a IDetachListener that automatically detaches any IModel fields found on components. is this something we would be interested in for core? its been running in production for a while without any noticeable