<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>RE: [Seaside] Problems on VW with WebToolkit</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi Marco,</FONT>
</P>
<BR>

<P><FONT SIZE=2>&gt; but my problem is that everytime I want to access a seaside </FONT>
<BR><FONT SIZE=2>&gt; app I get an debug </FONT>
<BR><FONT SIZE=2>&gt; window telling me: &quot;DNU #charsetEncoder&quot; raised in </FONT>
<BR><FONT SIZE=2>&gt; IM_ApplicationWWWFormUrlEncoded&gt;&gt;decodeDataOder:seperator:.</FONT>
</P>

<P><FONT SIZE=2>I just gave it a try with VW 7.1 and did not get that.</FONT>
<BR><FONT SIZE=2>Are you running VisualWorks®, 7.1 of March 19, 2003 ?</FONT>
</P>

<P><FONT SIZE=2>charsetEncoder is an instance method in IM_ApplicationWWWFormUrlEncoded</FONT>
</P>

<P><FONT SIZE=2>charsetEncoder</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>charsetEncoder == #uninitialized ifTrue: [self initializeCharsetEncoder].</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>^charsetEncoder.</FONT>
</P>

<P><FONT SIZE=2>Do you have #initializeCharsetEncoder in your image ?</FONT>
</P>

<P><FONT SIZE=2>Michel.</FONT>
</P>

</BODY>
</HTML>