take a look at: org.apache.wicket.markup.html.image.NonCachingImage
BatiB80 wrote: > > Hi together, > > I've a problem with a page which handles a fileupload. I took the upload > example from the wicket examples (1.2.6) as base and modified the example > in that way that's only possible to upload pictiures. Furthermore the > listview contains the real images instead os the file names. But this > causes some trouble. > > For the first time everything works fine. If I try to upload pictures > again, the pictures from the first upload will be shown instead of the new > ones. The model-values are absolutely correct and contain the new files. I > found out, that after a browser refresh (press F5) the images are shown > correctly. So it seems that the browser caches the old values. Is there > any way to force the browser to reload the images??? > > Thanks in advance for your help! > Regards, > Sebastian > ----- Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Reload-problem-with-picture-upload-tp14513009p14515103.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]
