[Seaside] [ENH] WAForm to prevent degradation of rendered images

Avi Bryant avi.bryant at gmail.com
Sun May 29 22:20:53 CEST 2005


On 5/29/05, Brent Pinkney <brent.pinkney at aircom.co.za> wrote:

> Please advise if this is useful - it does facilitate using posh functions
> like
> 
>         html imageMapWithAction: [ :x | x halt. ]
>                 form: (WAForm formFromFileNamed: 'map.png')

Hi Brent,

This would be very useful, but - what degree of caching does it do? 
Does it cache the PNG data in the image?  And does it allow the
browser to cache the image on the client side (by having equal WAForm
objects be #= to each other so that they get the same URL)?

Avi


More information about the Seaside mailing list