In my application all my images are inside Root-folder/images
I having trouble using images  in my pages

In my BasePage.java

        protected static final ResourceReference  EDIT_IMAGE=new
ResourceReference(BasePage.class,"/images/edit.gif");
        protected static final ResourceReference  DELETE_IMAGE=new
ResourceReference(BasePage.class,"/images/delete.jpg");


not sure what    path should I give  to resourceReference .   This BasePage
is inside package   com.mycompany.web.pages.common

I want to leave images in same folder I dont want to put them inside some 
package please help me.

-- 
View this message in context: 
http://www.nabble.com/resourcereference-and-images-tp22111380p22111380.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to