Hi Alexey,<div><br></div><div>I&#39;m afraid you&#39;ve come across a configuration bug caused by the order in which loaded classes are initialized.</div><div>There are three solutions:</div><div>1) In a workspace execute:šWAWalkbackErrorHandler initialize</div>
<div>This will ensure that all applications you register in the future will provide a walkback error.</div><div>2) open <a href="http://localhost:8080/config">http://localhost:8080/config</a></div><div>select &quot;test&quot; - or any application you&#39;ve registered</div>
<div>Under the &quot;filters&quot; section press the &quot;configure&quot; button</div><div>From the &quot;Exception Handler&quot; selection list select:šWAWalkbackErrorHandler, (or experiment with different handlers)<br>
Click &quot;OK&quot;</div><div>3) to do the above programmatically execute the following in a workspace:</div><div><div>| app |</div><div>app := WADispatcher default handlerAt: &#39;test&#39;.</div><div>app filter configuration takeValue: WAWalkbackErrorHandler forAttribute: (app filter configuration attributeAt: #exceptionHandler).</div>
</div><div><br></div><div>Hope this helps</div><div><br></div><div>Nick</div><div><br><div class="gmail_quote">2010/5/23 ëÁÍÅÎÅ× á.î. <span dir="ltr">&lt;<a href="mailto:kamenew@apk-invest.com">kamenew@apk-invest.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">






<div>

<br>

<p><font size="2">Hello!<br>
<br>
<br>
Pharo 1.0 and Seaside 3.0<br>
<br>
<br>
1) WAComponent subclass: #StTestComponent<br>
<br>
2) renderContentOn: html<br>
ššššššš html text: self getText.<br>
<br>
3) getText<br>
ššššššš nil test.<br>
ššššššš ^&#39;Hello world !!!&#39;.<br>
<br>
4) WAAdmin register: StTestComponent asApplicationAt: &#39;test&#39;.<br>
<br>
5) Tools/Seaside Control Panel<br>
add adaptor: WAComancheAdaptor<br>
start on 8080 (set Debug mode)<br>
<br>
6) <a href="http://localhost:8080/test" target="_blank">http://localhost:8080/test</a><br>
<br>
MessageNotUnderstood: receiver of &quot;test&quot; is nil<br>
<br>
Your request could not be completed. An exception occurred.<br>
<br>
<br>
7) Page does not contain link to debug !!!(<br>
<br>
what am I doing wrong ?<br>
<br>
<br>
With best regards<br>
Alexey Kamenew</font>
</p>

</div>
<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>