[Seaside] Re: seaside Digest, Vol 87, Issue 67

harji gill harji.gill at gmail.com
Thu Apr 1 07:30:16 UTC 2010


Hi Frank and Rich,

Thanks for your help.

Frank, my data is free text it can have anything any characters. It is like
I am writing mail to someone.

Rich, I  tried with the soln provided by you but its throwing error on
lines.

Thanks



On Wed, Mar 31, 2010 at 1:00 PM, <seaside-request at lists.squeakfoundation.org
> wrote:

> Send seaside mailing list submissions to
>        seaside at lists.squeakfoundation.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> or, via email, send a message with subject or body 'help' to
>        seaside-request at lists.squeakfoundation.org
>
> You can reach the person managing the list at
>        seaside-owner at lists.squeakfoundation.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of seaside digest..."
>
>
> Today's Topics:
>
>   1. Re: How to display data with the same format entered into
>      the textarea (Richard Durr)
>   2. Re: How to display data with the same format entered into the
>      textarea (Frank Shearar)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 31 Mar 2010 12:56:01 +0200
> From: Richard Durr <richard.durr at googlemail.com>
> Subject: Re: [Seaside] How to display data with the same format
>        entered into    the textarea
> To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
> Message-ID:
>        <p2h6fcb8b1b1003310356j57094828k35209e50ca624732 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> 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
> >
> >
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 31 Mar 2010 13:54:17 +0200
> From: Frank Shearar <frank.shearar at angband.za.org>
> Subject: Re: [Seaside] How to display data with the same format
>        entered into    the     textarea
> To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
> Message-ID: <4BB337E9.1070304 at angband.za.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> harji gill 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
>
>
> What's the data look like in your database? Does it have a line
> separator character/characters?
>
> frank
>
>
> ------------------------------
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
> End of seaside Digest, Vol 87, Issue 67
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100401/1341c5bc/attachment.htm


More information about the seaside mailing list