Hi,
this is caused by the changes in WICKET-5909 -
PackageResourceReference#getResource() expects a running request now.
This is clearly not the case when you call the method from your
application's #init().
Do you have your icons in the /webapp folder? Then just use a
ContextRelativeResource instead:
getSharedResources().add("favicon", new
ContextRelativeResource("logo.png"));
Otherwise please create a Jira issue.
Have fun
Sven
On 30.07.2015 17:05, expresso wrote:
Yes sure.
You can verify in changing wicket version in quickstart pom ;-)
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Wicket-7-SharedResourceReference-tp4671710p4671717.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]