<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Can't get debug link - please help </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<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>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; html text: self getText.<BR>
<BR>
3) getText<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nil test.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^'Hello world !!!'.<BR>
<BR>
4) WAAdmin register: StTestComponent asApplicationAt: 'test'.<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">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>

</BODY>
</HTML>