[Seaside-dev] about WARequest >> #url

Randal L. Schwartz merlyn at stonehenge.com
Sun Jul 5 18:34:51 UTC 2009


>>>>> "Philippe" == Philippe Marschall <philippe.marschall at gmail.com> writes:

Philippe> Second there is to my knowledge no way to access the fragment of a
Philippe> request, it is not in WARequest >> #url. Do we want to keep it that
Philippe> way or do we want to add it somewhere?

The "fragment" of a request never gets sent serverside.

If I ask for

   http://www.example.com/foo/bar?a=b&c=d#efg

the server gets

   "GET http://www.example.com/foo/bar?a=b&c=d"

and it's up to the client to then scroll the response to <a name="efg" /> in
the output.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


More information about the seaside-dev mailing list