You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by miro <mi...@yahoo.com> on 2009/02/19 23:49:41 UTC

resourcereference and images

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org