[Seaside] Displaying progress on a web page

Ramon Leon ramon.leon at allresnet.com
Thu Aug 17 15:55:52 UTC 2006


Small correction, 
 
 I use it like so...
 
 html div 
     with: 'Searching...' 
     waitMax: 30 seconds 
     forWork: [self getDataFromLongRunningProcess] 
     thenRender:[:r :value | r text: value]

I just noticed that with expects a string, not a block that can be rendered
in.



More information about the Seaside mailing list