<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
-----BEGIN PGP SIGNED MESSAGE----- <br>
Hash: SHA1 <br>
 <br>
I just inherited from WASession and created my own Session, but I only<br>
added 2 instance variables<br>
WASession subclass: #MWSession<br>
    instanceVariableNames: 'user db'<br>
    classVariableNames: ''<br>
    poolDictionaries: ''<br>
    category: 'My Category'<br>
<br>
and the corresponding getter and setter methods. And of course I did<br>
override the configuration of my application with my own session.<br>
Do I need to manually set something in my session? Do I need to be<br>
aware of something.<br>
<br>
- - Peter<br>
<br>
Sebastian Sastre schrieb:<br>
<span style="white-space: pre;">&gt; Is something Seaside won't
expect. Did you manipulated the session<br>
&gt; somehow?<br>
&gt; <br>
&gt; Sebastian<br>
&gt; <br>
&gt;&gt; -----Mensaje original----- De:<br>
&gt;&gt; <a class="moz-txt-link-abbreviated" href="mailto:seaside-bounces@lists.squeakfoundation.org">seaside-bounces@lists.squeakfoundation.org</a> <br>
&gt;&gt; [<a class="moz-txt-link-freetext" href="mailto:seaside-bounces@lists.squeakfoundation.org">mailto:seaside-bounces@lists.squeakfoundation.org</a>] En
nombre de<br>
&gt;&gt; Peter Osburg Enviado el: Martes, 16 de Diciembre de 2008
11:25 <br>
&gt;&gt; Para: Seaside Mailingliste Asunto: [Seaside] Re: SULightbox<br>
&gt;&gt; doesn't work<br>
&gt;&gt; <br>
&gt; Any help regarding the problem?<br>
&gt; <br>
&gt; - Peter<br>
&gt; <br>
&gt; Peter Osburg schrieb:<br>
&gt;&gt;&gt;&gt; Hi list,<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; I checked the SULightboxTest and everything works
well. So I<br>
&gt;&gt;&gt;&gt; use the code to open a lightbox on my app. I also
included<br>
&gt;&gt;&gt;&gt; the SULibrary but nevertheless I get the following
error<br>
&gt;&gt;&gt;&gt; mesage:<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; MessageNotUnderstood:
UndefinedObject&gt;&gt;updateStates:<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; There is the problem that this error message is
rendered<br>
&gt;&gt;&gt;&gt; simply, I cannot run the debugger. But I want to
paste an<br>
&gt;&gt;&gt;&gt; extract of the stack trace, too:<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;
WARenderContinuation(WASessionContinuation)&gt;&gt;updateStates: []<br>
&gt;&gt;&gt;&gt; in
WARenderContinuation(WASessionContinuation)&gt;&gt;respond:<br>
&gt;&gt;&gt;&gt; {[:value | self updateStates: states]} [] in<br>
&gt;&gt;&gt;&gt; MWSession(WASession)&gt;&gt;onRespond: {[:response |
aBlock value:<br>
&gt;&gt;&gt;&gt; response. previous value: response]<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; Although I created my own session, I never did
override the <br>
&gt;&gt;&gt;&gt; updateStates method. Does anybody know what the
problem could<br>
&gt;&gt;&gt;&gt; be?<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; Thanks, Peter<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt; </span><br>
_______________________________________________<br>
seaside mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br>
<span style="white-space: pre;">&gt;
_______________________________________________ seaside mailing<br>
&gt; list <a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a> <br>
&gt;
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></span><br>
-----BEGIN PGP SIGNATURE-----
<br>
Version: GnuPG v1.4.9 (MingW32)
<br>
Comment: Using GnuPG with Mozilla - <a class="moz-txt-link-freetext" href="http://enigmail.mozdev.org">http://enigmail.mozdev.org</a>
<br>
 <br>
iEYEARECAAYFAklHsA0ACgkQ0qdvZsCNFKGA2gCgw9p5zojmPa5ImhPLSVfVjYa6
<br>
ma4An2pLYl3x+2E1OUWseCPBnnHhDbpq
<br>
=uUGo
<br>
-----END PGP SIGNATURE-----
<br>
<br>
</body>
</html>