[Seaside] missing method (Grease - Seaside?) - invalidUtf8

Robert Kuszinger kuszinger at giscom.hu
Sun Jan 17 18:03:34 UTC 2016


Hello!

I have a form, having a submint button titled 'Belépés' which is a
byteString in the source code. From debug I know that it has problem with
the 'é'

WAComancheAdaptor is used, set to UTF-8
Form has two text fields, one text, one password.

*The error is here:*

Internal Server ErrorMessageNotUnderstood: GRPharoUtf8Codec>>invalidUtf8
------------------------------
KomHttpServer/7.1.3 (unix) Server at 'localhost' Port 8080
Actually there is really no *invalidUtf8* method...
Same in Chrome and Firefox.

*Generated source from the browser:*
<!DOCTYPE html><html><head><title>Seaside</title><meta
http-equiv="Content-Type" content="text/html;*charset=utf-8*"/>

*[....]*

<form *accept-charset="utf-8"* method="post"
action="/upload?_s=DmRzKcsi0N3do5uR&amp;_k=f4Uk-txWdDmSbrqa">
<table><tr><td><strong>E-mail:</strong></td><td><input name="1" value=""
type="text" class="text"/></td></tr>
<tr><td><strong>Jelszó:</strong></td><td><input name="2" value=""
type="password" class="password"/></td></tr>
<tr><td><strong> </strong></td><td><input name="3" value="Belépés"
type="submit" class="submit"/></td></tr>
</table></form>


*What else to check? I don't understand what the problem is.*

Thanks
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20160117/06d24db4/attachment.htm


More information about the seaside mailing list