Hi,

Assume following html:

<span wicket:id="border">
   <img wicket:id="img" src="test.png"/>
</span>

Now, If the application is in package syncrontech.test except that
border is syncrontech.borders.NiceBorder (I have a separate package
for common thingies) wicket is unable to find test.png during runtime, instead
I get:


wicket.WicketRuntimeException: Unable to find package resource [path = 
syncrontech/borders/test.png, style = null, locale = fi]

Ie. it looks for image in wrong place (correct place is 
syncrontech/test/test.png).

I'm using wicket 1.1-rc1.

   Ari S.



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to