Re: [MIIGRATE 1.5] Where is getSharedResources().putClassAlias(...)

2011-04-26 Thread Alexandros Karypidis
Just for future reference: As explained by Martin in the ticket, turns out that now one must: mountResoruce(/path/to/resource, ResourceReference); So in my case it's simply: mountResource(imgres, new ResourceReference(Application.class, imgres) {

Re: [MIIGRATE 1.5] Where is getSharedResources().putClassAlias(...)

2011-04-25 Thread Martin Grigorov
Please create a ticket. On Sun, Apr 24, 2011 at 12:36 PM, Alexandros Karypidis akary...@yahoo.gr wrote: Hello, Here's my next question regarding migration to 1.5. I used to publish dynamic image resources (retrieved from DB) as follows:        protected void init() {                

Re: [MIIGRATE 1.5] Where is getSharedResources().putClassAlias(...)

2011-04-25 Thread Alexandros Karypidis
Posted: https://issues.apache.org/jira/browse/WICKET-3640 for investigation. Is there really no alternative to this with Wicket 1.5? On Mon, 25 Apr 2011 09:19:02 +0300, Martin Grigorov mgrigo...@apache.org wrote: Please create a ticket. On Sun, Apr 24, 2011 at 12:36 PM,

[MIIGRATE 1.5] Where is getSharedResources().putClassAlias(...)

2011-04-24 Thread Alexandros Karypidis
Hello, Here's my next question regarding migration to 1.5. I used to publish dynamic image resources (retrieved from DB) as follows: protected void init() { super.init(); getSharedResources().putClassAlias(org.apache.wicket.Application.class,