Re: Unable to open resource stream (status=500)

2014-03-05 Thread Martin Grigorov
gt;>> Other project has defined the first project as dependency and in one page >>> I simply add the NprogressBehavior behavior in onInitialize() method. >>> >>> However this does not work and when using on my server throws following >>> error: >>&

Re: Unable to open resource stream (status=500)

2014-03-05 Thread Vit Rozkovec
avior behavior in onInitialize() method. However this does not work and when using on my server throws following error: WARN - PackageResource- resource [path = cz/newforms/wicket/behaviors/nprogress.js, style = null, variation = null, locale = null]: Unable to open resource stream (

Re: Unable to open resource stream (status=500)

2014-03-05 Thread Martin Grigorov
first project as dependency and in one page > I simply add the NprogressBehavior behavior in onInitialize() method. > > However this does not work and when using on my server throws following > error: > > > > WARN - PackageResource - resource [path = > cz/newforms/wicket/

Unable to open resource stream (status=500)

2014-03-05 Thread Vit Rozkovec
ull, variation = null, locale = null]: Unable to open resource stream (status=500) Is this intended behavior, eg. I cannot use resources like this - packaging behaviors with their according js and css files into one project, referencing this project in another project and using this behavior there