martin-g / wicket-bootstrap

Apache Wicket components for Twitter Bootstrap - Wicket-Bootstrap is based on Twitter's toolkit (bootstrap) and the Apache Wicket Framework.
https://wicketbootstrap.teliclab.info/
296 stars 162 forks source link

FileinputCssReference - img/loading.gif cannot be located #696

Open bkempe opened 7 years ago

bkempe commented 7 years ago

A ResourceReference wont be created for a resource with key [scope: de.agilecoders.wicket.extensions.markup.html.bootstrap.form.fileinput.FileinputCssReference; name: img/loading.gif; locale: null; style: null; variation: null] because it cannot be located.

This looks like a regression of https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/554. The img urls moved to img/ in the Bootstrap FileInput update to 4.3.5 but the files weren't moved back.

martin-g commented 7 years ago

Please create a Pull Request with the needed changes! Thank you!