Hi Tom,<br><span style="color: rgb(51, 102, 255);">&gt;Above the list you have now,</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt;include the &quot;most recent up-to-three&quot; active items on the list. That
</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt;is, a few of the list items would be duplicated at the top of the</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">
&gt;page, for the user&#39;s convenience. This is not unlike a search engine</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt;returning &quot;most popular results&quot; before the entire list of results.
</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt;Would that work for you?</span><br style="color: rgb(51, 102, 255);"><br>It wouldnt work for me, as all the items are equally important for me. My app is going to deal with say Shopping Lists.
<br><br><br><span style="color: rgb(51, 102, 255);">&gt;If you do want to scroll down to an item when the page reloads, you&#39;ll</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt;need an internal HTML name at that point. You could name each possible
</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt;point where you might want to scroll to, but it&#39;s probably easier just</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">
&gt;to use one label:</span><br style="color: rgb(51, 102, 255);"><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);"> &gt;&nbsp;&nbsp; html anchor name: &#39;START_HERE&#39;.</span><br style="color: rgb(51, 102, 255);">
<br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt;To redirect the browser to that point, your presenter can implement</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">
&gt;the #updateUrl: message; see the Seaside documentation page on &quot;The</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt;Render Tree&quot;. This works for me:</span><br style="color: rgb(51, 102, 255);">
<br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);"> &gt; &nbsp; updateUrl: url</span><br style="color: rgb(51, 102, 255);"><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">
&gt; &nbsp; &nbsp;&nbsp; super updateUrl: url.</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">&gt; &nbsp; &nbsp;&nbsp; url fragment: &#39;START_HERE&#39;</span><br style="color: rgb(51, 102, 255);"><br><br>I tried this and it works out of the box only with a particular predefined Anchor. As I mentioned above, mine is going to be Dynamically built list with a lot of items. Is there anyway to assign unique name to all anchors. One of the solutions I can think of is
<br><br>html anchor name: html nextId asString.<br><br>Then somehow pass this information to #updateUrl:<br><br>If there are other possibilities, please help me.<br><br>Thanks &amp; Regards,<br>Rajeev<br><br><br><br><br><br>
<div class="gmail_quote">On Jan 1, 2008 9:09 PM, Tom Phoenix &lt;<a href="mailto:rootbeer@redcat.com">rootbeer@redcat.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Jan 1, 2008 3:58 AM, Rajeev Lochan &lt;<a href="mailto:lochan94@gmail.com">lochan94@gmail.com</a>&gt; wrote:<br><br>&gt; For example, I have a long list of items and to view the lower items,<br>&gt; scrollbar is used. I have some anchors/buttons next to each item. When I
<br>&gt; click on anchor or button, page refreshes and shows the default view (top of<br>&gt; the list). Again I have to scroll down to make other changes.<br><br></div>Although this isn&#39;t exactly what you&#39;re asking for, I&#39;d consider
<br>displaying the list in a different way. Above the list you have now,<br>include the &quot;most recent up-to-three&quot; active items on the list. That<br>is, a few of the list items would be duplicated at the top of the
<br>page, for the user&#39;s convenience. This is not unlike a search engine<br>returning &quot;most popular results&quot; before the entire list of results.<br>Would that work for you?<br><br>If you do want to scroll down to an item when the page reloads, you&#39;ll
<br>need an internal HTML name at that point. You could name each possible<br>point where you might want to scroll to, but it&#39;s probably easier just<br>to use one label:<br><br> &nbsp; &nbsp;html anchor name: &#39;START_HERE&#39;.
<br><br>To redirect the browser to that point, your presenter can implement<br>the #updateUrl: message; see the Seaside documentation page on &quot;The<br>Render Tree&quot;. This works for me:<br><br> &nbsp; &nbsp;updateUrl: url<br>
<br> &nbsp; &nbsp; &nbsp; &nbsp;super updateUrl: url.<br> &nbsp; &nbsp; &nbsp; &nbsp;url fragment: &#39;START_HERE&#39;<br><br>Good luck with it!<br><font color="#888888"><br>--Tom Phoenix<br>_______________________________________________<br>seaside mailing list
<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
</a><br></font></blockquote></div><br><br clear="all"><br>-- <br>Rajeev Lochan<br><br>Co-founder, AR-CAD.com<br><br><a href="http://www.ar-cad.com">http://www.ar-cad.com</a><br>+91 9243468076 (Bangalore)<br>080 65355873