<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>body{font-family:Helvetica,Arial;font-size:13px}</style>
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; margin: 0px; line-height: auto;">
The URLs are resolved via Resolver objects, i.e WADispatcher/WAApplication objects. Once your application is asked to handle a URL, it’ll instantiate its root component and render it. Your root component instance will once receive an #initialRequest: call.
 There you can handle the rest of the URL and take appropriate actions. The parameter is a WARequest with a URL but you should ask the current RequestContext for its #consumer instead. That way you can proceed analysing the path independent of the path of your
 application (that’s especially important once you’ve running behind a reverse proxy).</div>
<div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; margin: 0px; line-height: auto;">
<br>
</div>
<div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; margin: 0px; line-height: auto;">
Karsten</div>
<div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; margin: 0px; line-height: auto;">
<br>
</div>
<div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; margin: 0px; line-height: auto;">
<br>
</div>
<div id="bloop_sign_1542032338143323904" class="bloop_sign"></div>
<br>
<p class="airmail_on">Am 10. November 2018 um 08:30:14, gettimothy (<a href="mailto:gettimothy@zoho.com">gettimothy@zoho.com</a>) schrieb:</p>
<blockquote type="cite" class="clean_bq"><span>
<div>
<div></div>
<div>
<title></title>
<div style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;color:#00000;">
<div>Good morning.<br>
</div>
<div><br>
</div>
<div>Thanks to the folks who wrote the Twitter Bootstrap, I figured out how to change the URL so that the URL reflects the current path in the application.<br>
</div>
<div>For example, like this:</div>
<div><br>
</div>
<div><a target="_blank" href="http://menmachinesmaterials.com/zurb/BuildingBlocks/Containers/CSSMasonryGrid">http://menmachinesmaterials.com/zurb/BuildingBlocks/Containers/CSSMasonryGrid</a><br>
</div>
<div><br>
</div>
<div>However, that URL WILL NOT take you directly to the component.<br>
</div>
<div><br>
</div>
<div>That is what I would like to implement.<br>
</div>
<div><br>
</div>
<div>The Seaside Book appears to touch on this with their REST Services section, so I have that to go on.<br>
</div>
<div><br>
</div>
<div>I figured I would ask the board before I tackled this task.<br>
</div>
<div><br>
</div>
<div>Thank you in advance.<br>
</div>
<div><br>
</div>
<div>tty</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
_______________________________________________<br>
seaside mailing list<br>
seaside@lists.squeakfoundation.org<br>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br>
</div>
</div>
</span></blockquote>
</body>
</html>