No.<div><br></div><div>A Dictionary is by definition unordered. If you want to order the keys, you have to get them and order them based on your rules.<br><br><div class="gmail_quote">On Sat, Oct 23, 2010 at 2:12 PM, Gilles Schtickzelle <span dir="ltr">&lt;<a href="mailto:gschtick@gmail.com">gschtick@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br><br>I have a seaside component that I use to display a list of items pulled from a dictionary. <br>They appear to be in random order and I&#39;d like to have them displayed in alphabetical or reverse alphabetical order.<br>

I don&#39;t really want to have an intermediary orderedCollection that I would display instead, as I would like to add to and delete items from the dictionary directly and see the changes in the component without having to repopulate the intermediary collection.<br>

<br>Is that any way to do that?<br><br>Thanks,<br><font color="#888888">Gilles<br>
</font><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">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>
<br></blockquote></div><br></div>