<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Damien,<br>
<br>
if i remember correctly this might have something to do with ajax
callbacks but i just can't remember the details. The RenderContext's
document is nil, probably because it was released.<br>
<br>
Maybe that info helps.<br>
Karsten<br>
<br>
<br>
<br>
Damien Cassou wrote:
<blockquote
 cite="mid:6ac749c10908030200g252a2228y7a53403333b044c7@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi Julian,

On Mon, Aug 3, 2009 at 3:04 AM, Julian Fitzell<a class="moz-txt-link-rfc2396E" href="mailto:jfitzell@gmail.com">&lt;jfitzell@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Can you show GdoHeader&gt;&gt;renderContentOn: ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
renderContentOn: html
       html div
                       id: 'bdGlobal';
                       with:
                               [ html div
                                       id: 'bdTitre';
                                       with: [ html heading with: titre ].
                               self renderRecherche: html.
                               self renderLogo: html ]

renderLogo: html
       html div
               id: 'bdIdentLogoGlobal';
               with:
                       [ html div
                               id: 'bdLogo';
                               with:
                                       [ html image
                                               url: (GdoFileLibrary
urlOf: #logoLP390x80Png);
                                               altText: 'LaPoste' ]]

renderRecherche: html
       html div
               id: 'bdRechGlobal';
               with:
                       [ html div
                               id: 'bdNomRechGlobal';
                               with: [ html render: self recherches ] ]


recherches
       chainesARechercher = '#none#' ifTrue: [^ nil].
       ^ search ifNil:
               [ search := GdoHeaderRecherches new
                       chainesARechercher: chainesARechercher;
                       gdoMain: gdoMain;
                       yourself ]

children
       ^ {self recherches}

  </pre>
  <blockquote type="cite">
    <pre wrap="">Can you define "sometimes"? Do you mean certain pages do it and
certain pages don't or, on any given page, sometimes it happens and
sometimes not?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
1) The first page displays correctly the first time
2) If I hit refresh then I get the error message
3) If instead I go to another page, I never get the message again when
clicking on refresh, even if I go back to the first page and hit
refresh

Does that help?

  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
Karsten Kusche - Dipl.Inf. - <a class="moz-txt-link-abbreviated" href="mailto:karsten@heeg.de">karsten@heeg.de</a><br>
Tel: +49 3496 21 43 29<br>
Georg Heeg eK - K&ouml;then<br>
Handelsregister: Amtsgericht Dortmund A 12812</div>
</body>
</html>