[Seaside] Static serving of jQuery and related files - reg.

Paul DeBruicker pdebruic at gmail.com
Mon Nov 7 15:09:45 UTC 2011


On 11-11-07 06:09 AM, Malte Grunwald wrote:
> /renderLogo: html width: aWidth
>
>
>      (html image)
>          altText: 'Logo';
>          width: aWidth;
>          url: (FileLibraryWf urlOf: #logoJpeg)/


You should change the URL in the render method to point to the file in 
your file system.  Normally this is done by specifying a #resourceUrl in 
your application then specifying the file path in the render method.


See: http://book.seaside.st/book/in-action/serving-files/images




More information about the seaside mailing list