Had: 
   Field('content', 'text',  length=1500, requires=IS_NOT_EMPTY(),
           label='Gripe'),
and then tried:
   Field('content', length=1500, requires=IS_NOT_EMPTY(),
           label='Gripe', type='text'),


in both cases I get no 'new line' characters.

(running 1.76.5) 


On Apr 23, 2010, at 9:20 PM, mdipierro wrote:

> Should be the default behavior? Probably yes.
> 
> Meanwhile you can use Field(type='text')
> 
> On Apr 23, 8:24 pm, "G. Clifford Williams" <[email protected]>
> wrote:
>> according 
>> tohttp://code.google.com/appengine/docs/python/gettingstarted/usingdata...we 
>> need to use multiline=True to get strings to behave with newline chars on 
>> GAE. Is there a prescribed mechanism by which we accomplish this in web2py?
>> 
>> --
>> Subscription settings:http://groups.google.com/group/web2py/subscribe?hl=en

Reply via email to