RE: Problem updating an image via Ajax

2008-08-14 Thread Goldstein, Jonathan A
PSG.Workflow Business Unit.Workflow Business Team.FFPS Ease of Use Team www.xerox.com -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 11:25 AM To: users@wicket.apache.org Subject: Re: Problem updating an image via Ajax the Image constructs

Re: Problem updating an image via Ajax

2008-08-14 Thread Igor Vaynberg
eam > > www.xerox.com > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2008 5:45 PM > To: users@wicket.apache.org > Subject: Re: Problem updating an image via Ajax > > use NonCachingImage > > if you do not chang

RE: Problem updating an image via Ajax

2008-08-14 Thread Goldstein, Jonathan A
ase of Use Team www.xerox.com -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 5:45 PM To: users@wicket.apache.org Subject: Re: Problem updating an image via Ajax use NonCachingImage if you do not change the src value the browser will not

Re: Problem updating an image via Ajax

2008-08-13 Thread Igor Vaynberg
use NonCachingImage if you do not change the src value the browser will not redownload the image -igor On Wed, Aug 13, 2008 at 2:30 PM, Goldstein, Jonathan A <[EMAIL PROTECTED]> wrote: > I have a Model that returns a BufferedDynamicImageResource. When my page > initially loads, the image is dis