I am on vw 77 with the latest seaside 3.0 from the public repos (87 i think). I checked the seaside one click image as well, and it also used a &#39;/&#39; instead of a /$ for tokenizing a String.<br><br><br><br><div class="gmail_quote">

2010/8/27 Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com" target="_blank">renggli@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

This is strange. What platform are you on? What version?<br>
<div><div></div><div><br>
On Thursday, August 26, 2010, Bart Veenstra &lt;<a href="mailto:bart.veenstra@gmail.com" target="_blank">bart.veenstra@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt; While registring applications seaside other than root, my applications where not accessible at their paths. It seemd that the dispatcher was not tokenzing the path correctly, because the it takes the &#39;/&#39; as argument instead of the $/ causing the applications to be registered at the whole path, instead of registering a WADispatcher for the sub paths.<br>


&gt;<br>
&gt; Don&#39;t know of this is the right list for it, but it caused me some headaches yesterday evening :)<br>
&gt; Possible fix:<br>
&gt; WAAdmin register: aRequestHandlerClass at: aString in: aDispatcher<br>
&gt;       | path dispatcher |     path := aString subStrings: $/. dispatcher := path allButLast<br>
&gt;               inject: aDispatcher             into: [ :result :each |                 result handlers<br>
&gt;                               at: each                                ifAbsent: [ result register: WADispatcher new at: each ] ].<br>
&gt;       ^ dispatcher register: aRequestHandlerClass new at: path last<br>
&gt; Regards,<br>
&gt; Bart<br>
&gt;<br>
<br>
</div></div><font color="#888888">--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">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>