[Seaside] RE: serving a picture

Eugene Westerhof eugenewesterhof at hotmail.com
Tue Feb 6 20:38:20 UTC 2007


Hello,
 
I have tried to serve picture by both
 
renderHeaderOn: html  
   html div id: 'header'; with: [     html image            id: 'logo';             url: (self resources addToPath: 'logo.gif');            altText: self title ].
and:
 
 html div id: 'header'; with: [  html image   fileName: 'logo.gif']
 
 
Both case result however in a unhandled exception in :
 
registry ^WACurrentSession value application
 
because WACurrentSession value  returns nil.
 
What am I doing wrong?
 
_________________________________________________________________
Probeer Live.com: je eigen persoonlijke opstartpagina met alleen de dingen die jij belangrijk vindt op één plek.
http://www.live.com/getstarted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070206/c3c482d1/attachment.htm


More information about the Seaside mailing list