Re: How to make Wicket prefer a custom resource finder always?

2020-03-04 Thread Thorsten Schöning
Guten Tag Sven Meier, am Mittwoch, 4. März 2020 um 10:19 schrieben Sie: > Maybe the default classpath finder is kicking in and loads a > template for a class that would otherwise inherit its markup from its > superclass? Thanks for the hint, that was exactly what was happening. Putting my finder

Re: How to make Wicket prefer a custom resource finder always?

2020-03-04 Thread Sven Meier
Hi, have you tried removing the default finders? settings.getResourceFinders().clear(); Maybe the default classpath finder is kicking in and loads a template for a class that would otherwise inherit its markup from its superclass? Sven Am 3. März 2020 20:28:19 MEZ schrieb "Thorsten Schöning"

How to make Wicket prefer a custom resource finder always?

2020-03-03 Thread Thorsten Schöning
Hi all, I'm maintaining a Wicket webapp with slightly modified directories to get templates and language files from and created implementations of IResourceFinder for both. Things worked like epxected for some years now, but recently I changed deployment a bit to provide Javadoc by default for all