Hi,

I understand that it is the recommendation to place html files in the src
folder, along with the corresponding java files. However, what about images?
Should I place them with the html and java files as well? 
I can actually think of good reasons for placing all images in a central
place. 
More specifically, I have this problem: if I write in my html: <img
src="img/mylogo.gif"> then for wicket to find the gif at run-time, it
needs to be under [web-root]/img. However, during development, when I want
to preview the html, I will not see the img. How can I see it in BOTH in
preview-mode, AND during runtime?

Thanks,
Naaman

* I know this is probably a very basic question, but I'm new to Wicket, and
I could not find an answer to this in the forum or documentation.



-- 
View this message in context: 
http://www.nabble.com/Where-to-place-images-tf3601705.html#a10061018
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to