Fixed with Seaside-Tools-Web-obi.85.<br><br>Still not sure if the default dispatcher should be changed if I change the default application to e.g. JQuery which is not part of the root dispatcher.<br>At the moment the default dispatcher would use &quot;/javascript/jquery&quot; as default name for the JQuery application.<br>
<br>Gerhard<br><br><br><br><div class="gmail_quote">On Sat, Jun 12, 2010 at 11:36 PM, Julian Fitzell <span dir="ltr">&lt;<a href="mailto:jfitzell@gmail.com">jfitzell@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I don&#39;t think that can be right... #url will return a full URL if<br>
serverName, etc. are set... why not use WADispatcher&gt;&gt;handlerAt:<br>
combined with #defaultName to get the default dispatcher and compare<br>
for identity? I&#39;m also a bit confused by the use of #defaultDispatcher<br>
here... don&#39;t we need to be checking the default name of whatever<br>
dispatcher we&#39;re currently viewing?<br>
<br>
Also, there&#39;s no EntryPoint class anymore so the parameter name is a<br>
bit confusing. :)<br>
<br>
Julian<br>
<br>
On Sat, Jun 12, 2010 at 8:36 PM,<br>
&lt;<a href="mailto:squeak-dev-noreply@lists.squeakfoundation.org">squeak-dev-noreply@lists.squeakfoundation.org</a>&gt; wrote:<br>
&gt; Gerhard Obermann uploaded a new version of Seaside-Tools-Web to project Seaside 3.0:<br>
&gt; <a href="http://www.squeaksource.com/Seaside30/Seaside-Tools-Web-obi.84.mcz" target="_blank">http://www.squeaksource.com/Seaside30/Seaside-Tools-Web-obi.84.mcz</a><br>
&gt;<br>
&gt; ==================== Summary ====================<br>
&gt;<br>
&gt; Name: Seaside-Tools-Web-obi.84<br>
&gt; Author: obi<br>
&gt; Time: 12 June 2010, 7:40:06 pm<br>
&gt; UUID: b06710cd-7b0a-4c4f-8c1e-f2243f40df05<br>
&gt; Ancestors: Seaside-Tools-Web-obi.83<br>
&gt;<br>
&gt; - compare urls instead of strings to get the default application<br>
&gt;<br>
&gt; =============== Diff against Seaside-Tools-Web-obi.83 ===============<br>
&gt;<br>
&gt; Item was changed:<br>
&gt;  ----- Method: WAConfigurationBrowser&gt;&gt;renderRowName:named:on: (in category &#39;rendering-rows&#39;) -----<br>
&gt;  renderRowName: anEntryPoint named: aString on: html<br>
&gt;        html anchor<br>
&gt;                class: &#39;selected&#39; if: anEntryPoint = selection;<br>
&gt;                callback: [ self configure: anEntryPoint ];<br>
&gt;                with: [<br>
&gt;                        anEntryPoint isDispatcher<br>
&gt;                                ifTrue: [        html  text: aString , &#39;/&#39; ]<br>
&gt;                                ifFalse: [<br>
&gt;                                        html text: aString.<br>
&gt; +                                       (WAUrl absolute: self defaultDispatcher defaultName) = anEntryPoint url<br>
&gt; -                                       self defaultDispatcher defaultName = anEntryPoint url greaseString<br>
&gt;                                                 ifTrue: [ html span<br>
&gt;                                                                        title: &#39;Default application&#39;;<br>
&gt;                                                                        with: &#39; (*)&#39;] ] ]!<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; commits mailing list<br>
&gt; To unsubscribe, email <a href="mailto:commits-leave@lists.seaside.st">commits-leave@lists.seaside.st</a><br>
&gt; <a href="http://lists.seaside.st/listinfo/commits" target="_blank">http://lists.seaside.st/listinfo/commits</a><br>
&gt;<br>
_______________________________________________<br>
seaside-dev mailing list<br>
<a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a><br>
</blockquote></div><br>