Hi Boris and Lukas, thanks for the information.  BTW, I'm using Squeak/VisualWorks for Seaside development.  Anyway, in regards to accessing the images, I can simply store the meta data for the image in the database along with the other product information because I'll only need the exact location for the image when I rendering the product in the browser.  Next, does one specify #updateRoot in the body of the renderContentOn: method?  For example, where does one put the following calls:
<div><br class="webkit-block-placeholder"></div><div>&nbsp;super updateRoot: aHtmlRoot.<br>&nbsp;aHtmlRoot beXhtml10Strict.<br>&nbsp;aHtmlRoot title: &#39;My Application&#39;.<br>&nbsp;(aHtmlRoot meta) name: &#39;ping&#39;; content: &#39;pong&#39;.
<br>&nbsp;aHtmlRoot javascript resourceUrl: &#39;/other/misc.js&#39;.<br>&nbsp;(aHtmlRoot stylesheet)<br>&nbsp; &nbsp;resourceUrl: &#39;/css/screen.css&#39;;<br>&nbsp; &nbsp;addScreen.<br>&nbsp;(aHtmlRoot stylesheet)<br>&nbsp; &nbsp;resourceUrl: &#39;/css/print.css&#39;;
<br>&nbsp; &nbsp;addPrint.<br><div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>-Conrad<br><div><br><div><span class="gmail_quote">On 8/13/07, <b class="gmail_sendername">Boris Popov
</b> &lt;<a href="mailto:boris@deepcovelabs.com">boris@deepcovelabs.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">#renderContentOn: is used for all things &lt;body&gt;, for everything else
<br>there&#39;s a handy #updateRoot: of which there are many examples out there.<br><br>updateRoot: aHtmlRoot<br><br> super updateRoot: aHtmlRoot.<br> aHtmlRoot beXhtml10Strict.<br> aHtmlRoot title: &#39;My Application&#39;.
<br> (aHtmlRoot meta) name: &#39;ping&#39;; content: &#39;pong&#39;.<br> aHtmlRoot javascript resourceUrl: &#39;/other/misc.js&#39;.<br> (aHtmlRoot stylesheet)<br>&nbsp;&nbsp;&nbsp;&nbsp;resourceUrl: &#39;/css/screen.css&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;addScreen.
<br> (aHtmlRoot stylesheet)<br>&nbsp;&nbsp;&nbsp;&nbsp;resourceUrl: &#39;/css/print.css&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;addPrint.<br><br>Etc, etc, where #resourceUrl is relative to #resourceBaseUrl property of<br>the application, which is my local image with a custom request handler
<br>to serve resources locally and is replaced with a CDN URL for<br>deployment.<br><br>Hope this helps,<br><br>-Boris<br><br>--<br>+1.604.689.0322<br>DeepCove Labs Ltd.<br>4th floor 595 Howe Street<br>Vancouver, Canada V6C 2T5
<br><a href="http://tinyurl.com/r7uw4">http://tinyurl.com/r7uw4</a><br><br><a href="mailto:boris@deepcovelabs.com">boris@deepcovelabs.com</a><br><br>CONFIDENTIALITY NOTICE<br><br>This email is intended only for the persons named in the message
<br>header. Unless otherwise indicated, it contains information that is<br>private and confidential. If you have received it in error, please<br>notify the sender and delete the entire message including any<br>attachments.
<br><br>Thank you.<br><br>&gt; -----Original Message-----<br>&gt; From: <a href="mailto:seaside-bounces@lists.squeakfo">seaside-bounces@lists.squeakfo</a><a href="http://undation.org">undation.org</a> [mailto:<a href="mailto:seaside-">
seaside-</a><br>&gt; <a href="mailto:bounces@lists.squeakfoundation">bounces@lists.squeakfoundation</a>.org] On Behalf Of Conrad Taylor<br>&gt; Sent: Monday, August 13, 2007 6:38 AM<br>&gt; To: Seaside - general discussion
<br>&gt; Subject: [Seaside] Some general Seaside questions?<br>&gt;<br>&gt; Hi, I was wondering,<br>&gt;<br>&gt;<br>&gt; a)&nbsp;&nbsp;How does specify the following within the renderContentOn:<br>&gt;<br>&gt; body tag<br>&gt; head tag
<br>&gt; meta tag<br>&gt; as so on<br>&gt;<br>&gt; Is there an easy to digest listing of what can be placed in a<br>&gt; renderContentOn method?<br>&gt;<br>&gt; b)&nbsp;&nbsp;Next, how does specify the path for image assets on the<br>
filesystem?<br>&gt;<br>&gt;<br>&gt; Thanks in advance,<br>&gt;<br>&gt; -Conrad<br>&gt;<br>&gt; ps:&nbsp;&nbsp;I wish both Andy Bower and Blair McGlashan of ObjectArts all the<br>&gt; best.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>
&gt;<br>_______________________________________________<br>Seaside mailing list<br><a href="mailto:Seaside@lists.squeakfoundation">Seaside@lists.squeakfoundation</a>.org<br><a href="http://lists.squeakfoundation">http://lists.squeakfoundation
</a>.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></div></div></div></div>