[Seaside] [ANN] New Seaside tutorial

Philippe Marschall philippe.marschall at gmail.com
Thu Oct 25 08:35:51 UTC 2007


2007/10/25, Miguel Enrique Cobá Martínez <m.coba.m at gmail.com>:
> Michael Perscheid wrote:
> > Dear list,
> >
> > We proudly present a new Seaside tutorial (for Squeak 3.10 and Seaside 2.8).
> > This tutorial was produced by the Software Architecture Group at the
> > Hasso-Plattner-Institute (University of Potsdam). In ten chapters we
> > describe step by step the development of a ToDo-application and thereby
> > demonstrate the main parts of the sophisticated web framework Seaside.
> > Since this is the first version we hope that you can help to improve the
> > quality by providing feedback.
> >
> > Have a look at: http://www.swa.hpi.uni-potsdam.de/seaside/tutorial
>
> Hi, excellent tutorial.
>
> I have a problem though.
> I have added the method
>
> charSet
>      ^ 'iso-8859-1'
>
> to StSession in order to correctly display characters in spanish (á, é,
> etc).
>
> I had 4 task in my todo list but the accented characters showed as a
> weird symbol with a question mark in it (�). So I added the said method.
>   The text displayed correctly after that.
> Then I added the 5 task and instead of my todo list all I got was a page
> full of  weird question marks characters:
>
> <���!���D���O���C���T���Y���P���E��� ���h���t���m���l���
> ���P���U���B���L���I���C���
> ���"���-���/���/���W���3���C���/���/���D���T���D���
> ���X���H���T���M���L��� ���1���.���0���
> ���S���t���r���i���c���t���/���/���E���N���"���...
>
> Thinking this had something to do with the charSet method, I removed it.
> Nothing. The same page full of weird characters.
>
> Questions:
> Has someone had a problem like this? Is there a solution?
>
> How can I input accented characters in a form and have Seaside manage
> them correctly?
>
> Seaside generate a default charset of utf8, but my seaside session
> outputs á as � unless I manually change the encoding to iso-8859-1 in
> the View -> char encoding menu of firefox. Is this the intended
> behavior? My debian environment is all in utf8 encoding.

How did you install Seaisde? With the installer or Universes? Do you
have spanish characters in the source code as well?

Cheers
Philippe

> Again, good job.
> Regards,
> Miguel Cobá
>
>
> >
> > Regards
> > Michael Perscheid
> >
> >
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list