<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Courier New, Courier, monospace">I went back to Seaside2
      and tried this:<br>
      <br>
      SystemNavigation new allImplementorsOf: #asComponent <br>
      <br>
      This produced:<br>
      <br>
      an OrderedCollection(<br>
      <br>
      a MethodReference Object &gt;&gt; asComponent <br>
      a MethodReference PRCommand &gt;&gt; asComponent <br>
      a MethodReference PRViewCommand &gt;&gt; asComponent <br>
      a MethodReference WADecoration &gt;&gt; asComponent)<br>
      <br>
      If I try this in Seaside3 there are no such implementors.<br>
      <br>
      How would I modify the example in the Seaside Book where asComponent
      is used?&nbsp; <br>
    </font>
  </body>
</html>