[Seaside] Using image tags in Seaside

Avi Bryant avi at beta4.com
Fri Sep 10 14:56:38 CEST 2004


On Sep 10, 2004, at 2:52 PM, Andreas Nilsson wrote:

> In this case the images aren't really static as the user is supposed 
> to be able to change them easily from the web interface.
> But thanks for the tip, I'll keep it in mind if I come across a case 
> where I wan't to serve static images.

Be careful to take this into account when implementing #= on your image 
class - you want it to return false if the user has changed the image 
(otherwise the same URL will be assigned, and the browser will used its 
cached version).

Avi



More information about the Seaside mailing list