ajax submit of form caching images

2009-02-03 Thread Steve Swinsburg
Hi all, I have two search forms on the one page, one for searching by name, one for searching by interest. When either is submitted via Ajax, it gets the results and then repaints a ListView. This List View has an LDM that wraps the results. This is all working fine, the data is coming ba

Re: ajax submit of form caching images

2009-02-03 Thread Steve Swinsburg
SOLVED! used NonCachingImage instead of Image when rendering the component to add random guff to the end of the img src url. woo hoo! cheers, Steve On 3 Feb 2009, at 17:59, Steve Swinsburg wrote: Hi all, I have two search forms on the one page, one for searching by name, one for sea