<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">The reason that happens is that, by the time
      the inspector opens, all the request fields are nil, courtesy of<br>
      <br>
      WARequest&gt;&gt;destroy<br>
      WARequestContext&gt;&gt;destroy<br>
      [] in WAComancheAdaptor(WAServerAdaptor)&gt;&gt;process:<br>
      BlockClosure&gt;&gt;ensure:<br>
      WAComancheAdaptor(WAServerAdaptor)&gt;&gt;process:<br>
      WAComancheAdaptor&gt;&gt;processHttpRequest:<br>
      HttpService&gt;&gt;processHttpRequest:<br>
      [] in HttpAdaptor&gt;&gt;dispatchRequest:<br>
      BlockClosure&gt;&gt;on:do:<br>
      HttpService&gt;&gt;handleDispatchErrorsIn:<br>
      <br>
      This means you won't see anything interesting in the inspector and
      you'll get an error since WARequest&gt;&gt;printOn: assumes method
      is a string, not nil. So, if you want to inspect it, add a halt as
      Philippe suggested.<br>
      <br>
      Cheers,<br>
      Bob<br>
    </font><br>
    On 2/12/12 1:50 PM, sergio_101 wrote:
    <blockquote
cite="mid:CABOFMN=O3DoJNzf_=j5QfyU7dcW0duMi96zc=VRfzPhgOyEYTA@mail.gmail.com"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">
Are you in the render phase instead of the continuation? Eg. is the
request you're seeing a GET instead of a POST request?
</pre>
      </blockquote>
      <pre wrap="">
ah.. ok. this is the very beginning for my site.. so there is only one
component.. a render..
i tried running:

renderContentOn: html
        (self requestContext request) inspect.
        html heading: 'this is the canvas' level: 3

and get this:

&lt;error in printString: evaluate "self printString" to debug&gt;

thanks..


</pre>
    </blockquote>
  </body>
</html>