Re: Dynamic images broken

2006-07-31 Thread Chuck Hill
On Jul 31, 2006, at 7:12 AM, Ian Coleman wrote: This is what I get when I capture each request, the last image is showing up okay, it is the first four that are not. /cgi-bin/WebObjects/blogDog.woa/wr?wodata=2347096505854550367 /cgi-bin/WebObjects/blogDog.woa/wr?wodata=-4639776895900771072 /

Re: Dynamic images broken

2006-07-31 Thread Ian Coleman
This is what I get when I capture each request, the last image is showing up okay, it is the first four that are not. /cgi-bin/WebObjects/blogDog.woa/wr?wodata=2347096505854550367 /cgi-bin/WebObjects/blogDog.woa/wr?wodata=-4639776895900771072 /cgi-bin/WebObjects/blogDog.woa/wr?wodata=70648178249

Re: Dynamic images broken

2006-07-28 Thread Amedeo Mantica
Hi, Also I have had problem with WOActiveImage, try to use WOImage combined with other you need (for example WOHyperlink + WOImage) instead... --- Chuck, there are methods to tell WOResourceManager to reload imeges works after a page refresh? Thanks Amedeo On 27/lug/06, at 23:

Re: Dynamic images broken

2006-07-27 Thread Chuck Hill
WOResourceManager only caches the image data for the first request. If something on your page is causing the request to be re-issued, that would explain it. Is there a meta-refresh tag? Some bad HTML? You can override dispatchRequest in Application to log the request URI. This is a goo

Dynamic images broken

2006-07-27 Thread Ian Coleman
Hi, I am trying to use WOActiveImage to display one of two images which is being decided in the java class by the variables method. So the variable either returns the data of one image or the other. It works okay on safari but not in anything else(firefox, explorer, etc.). This is what shows