<br><br><div class="gmail_quote">On Thu, Mar 12, 2009 at 9:26 AM, Sebastian Nozzi <span dir="ltr">&lt;<a href="mailto:sebnozzi@googlemail.com">sebnozzi@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi People,<br>
<br>
I&#39;m trying to jump to named-anchors (after processing a request) like this:<br>
<br>
1) Generating the anchor<br>
<br>
html anchor name: someId.<br>
<br>
2) Generating another link with a callback:<br>
<br>
html callback:[...]; fragment: someId; with:[...].<br>
<br>
Unfortunately when clicking on the second link, after processing the<br>
request, the anchor-name gets lost (there is a redirect in-between<br>
right?).<br>
I know I should re-enter in inside of updateUrl:, but how do I access<br>
the named #anchor in the original request?<br>
<br>
And: why doesn&#39;t it get passed automatically?<br>
<br>
Thanks in advance!<br>
<br>
Sebastian<br>
</blockquote></div><br>Try this instead.  In your callback method, as the last line, say <br><br>self session jumpToAnchor: #anchorName<br><br>I believe that&#39;s what you&#39;re looking for.<br><br>Ramon Leon<br><a href="http://onsmalltalk.com">http://onsmalltalk.com</a><br>