This was exactly the information I needed. It worked. Thank you.
Martijn Dashorst wrote: > > it depends where you put the image. If you put it next to the html and > java file, you should surround the img tag with > <wicket:link></wicket:link> otherwise Wicket won't know that you want > Wicket to serve the image. > > If you put it in the context root, then usually you don't have to do > anything (depending on your filter mapping). If you want to control > the image from Java code, but still put it in the context root, then > you should use the ContextImage component. > > Martijn > > -- View this message in context: http://www.nabble.com/Newbie-IMG-question-tp20501647p20503440.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
