Re: [Zope] retrieving data from REQUEST.form

2000-08-11 Thread Jonothan Farr
> You can still replace them. You can do "_.string.replace(REQUEST.form['list'], '\n', '')"> and it should do > what you want. Or, how about just: --jfarr "Work like you don't need the money, love like you've never been hurt, and dance like no one is watching!" Anonymous ___

Re: [Zope] retrieving data from REQUEST.form

2000-08-11 Thread Bill Anderson
Nick Garcia wrote: > > jesse wrote: > > > > > > > > it comes out with > > > > line one line two line three > > > > All the line breaks dissapear! So there is nothing to replace! Does anyone have >any ideas how I could solve this problem? > > The line breaks don't disappear, they just don't mea

Re: [Zope] retrieving data from REQUEST.form

2000-08-11 Thread Nick Garcia
jesse wrote: > > > > it comes out with > > line one line two line three > > All the line breaks dissapear! So there is nothing to replace! Does anyone have any >ideas how I could solve this problem? The line breaks don't disappear, they just don't mean anything in HTML. You can still repla

Re: [Zope] retrieving data from REQUEST.form

2000-08-11 Thread Kapil Thangavelu
jesse wrote: > > I am creating a program, yet again. How this works is, > > a zope factory calls a form, which submits data from a to a DTML >document. I want this DTML document to take the data from the form and display it on >multiple lines. For instance: > > If a person fills out the te

Re: [Zope] retrieving data from REQUEST.form

2000-08-11 Thread Patrick Lewis
On Fri, Aug 11, 2000 at 01:08:48PM -0400, jesse wrote: > I am creating a program, yet again. How this works is, > > a zope factory calls a form, which submits data from a to a DTML >document. I want this DTML document to take the data from the form and display it on >multiple lines. For ins