Re: [Wicket-user] DynamicImageResource contained in ajax target

2006-07-21 Thread Eelco Hillenius
Comes from habit of snorting it. Eelco On 7/21/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > eelco likes everything that has the word ajax in it :) > > -Igor > > > > On 7/21/06, Nathan Hamblen <[EMAIL PROTECTED] > wrote: > > It's in the oven. Don't you want a live ajax preview for your rendered

Re: [Wicket-user] DynamicImageResource contained in ajax target

2006-07-21 Thread Igor Vaynberg
eelco likes everything that has the word ajax in it :)-IgorOn 7/21/06, Nathan Hamblen <[EMAIL PROTECTED] > wrote:It's in the oven. Don't you want a live ajax preview for your rendered text? NathanEelco Hillenius wrote:> What about that nice goody of yours> http://technically.us/n8/articles/2006/07/

Re: [Wicket-user] DynamicImageResource contained in ajax target

2006-07-21 Thread Nathan Hamblen
It's in the oven. Don't you want a live ajax preview for your rendered text? Nathan Eelco Hillenius wrote: > What about that nice goody of yours > http://technically.us/n8/articles/2006/07/15/funny-face > > :) > > Eelco -

Re: [Wicket-user] DynamicImageResource contained in ajax target

2006-07-21 Thread Eelco Hillenius
What about that nice goody of yours http://technically.us/n8/articles/2006/07/15/funny-face :) Eelco On 7/21/06, Nathan Hamblen <[EMAIL PROTECTED]> wrote: > Yes I'm extending Image. I'll try NonCachingImage, though it didn't seem > like client-side caching was the problem. You never know with t

Re: [Wicket-user] DynamicImageResource contained in ajax target

2006-07-21 Thread Nathan Hamblen
Yes I'm extending Image. I'll try NonCachingImage, though it didn't seem like client-side caching was the problem. You never know with those pesky browsers. Nathan Igor Vaynberg wrote: > use NonCachingImage instead of Image > > -Igor > > > On 7/21/06, *Eelco Hillenius* <[EMAIL PROTECTED] >

Re: [Wicket-user] DynamicImageResource contained in ajax target

2006-07-21 Thread Igor Vaynberg
use NonCachingImage instead of Image-IgorOn 7/21/06, Eelco Hillenius <[EMAIL PROTECTED] > wrote:Do you use an Image component?EelcoOn 7/21/06, Nathan Hamblen < [EMAIL PROTECTED]> wrote:> Has anyone tried ajax-updating an Image whose resource is a> DynamicImageResource? I'm finding that, even though

Re: [Wicket-user] DynamicImageResource contained in ajax target

2006-07-21 Thread Eelco Hillenius
Do you use an Image component? Eelco On 7/21/06, Nathan Hamblen <[EMAIL PROTECTED]> wrote: > Has anyone tried ajax-updating an Image whose resource is a > DynamicImageResource? I'm finding that, even though the resource > contents have changed, the same URL is generated to access it and the > or

[Wicket-user] DynamicImageResource contained in ajax target

2006-07-21 Thread Nathan Hamblen
Has anyone tried ajax-updating an Image whose resource is a DynamicImageResource? I'm finding that, even though the resource contents have changed, the same URL is generated to access it and the original image is returned if I request that URL. Nathan