RE: Problem updating an image via Ajax

2008-08-14 Thread Goldstein, Jonathan A
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 redownload

Re: Problem updating an image via Ajax

2008-08-14 Thread Igor Vaynberg
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 redownload the image -igor On Wed, Aug 13, 2008 at 2:30 PM, Goldstein, Jonathan

RE: Problem updating an image via Ajax

2008-08-14 Thread Goldstein, Jonathan A
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 a url img src

Problem updating an image via Ajax

2008-08-13 Thread Goldstein, Jonathan A
I have a Model that returns a BufferedDynamicImageResource. When my page initially loads, the image is displayed. But when I update a DropDownChoice and invoke the AjaxFormComponentUpdatingBehavior(onchange).onUpdate(AjaxRequestTarget target) which adds the image component to the target, the

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