[Seaside] How to display data with the same format entered into the textarea

Richard Durr richard.durr at googlemail.com
Wed Mar 31 10:56:01 UTC 2010


HTML knows no linebreaks. You could do this:

yourData lines do: [ :eachLine |
  html text: eachLine
] separatedBy: [html break].

On Wed, Mar 31, 2010 at 10:02 AM, harji gill <harji.gill at gmail.com> wrote:
> Hi All,
>
> I am posting some data to web , I am entering data to a textarea in my page
> and pressing submit and it insert  into my sandstone database
>
> the data I typed is follows
>
> 1)Adobe Dreamweaver
> 2)Microsoft
>
>
> but When i tried to display that it is showing like this
> 1)Adobe Dreamweaver2)Microsoft
>
> I 'll appreciate any help in this regard.
>
> Thanks
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list