Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Andreas Reuleaux

some low resolution screen shot added
attachment: boom.jpg
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Jim Fulton

Andreas Reuleaux wrote:

missing_values for Text fields don't work for me (complete example
show below): The autogenerated add form is usable for me only

  * if I either make boom a TextLine instead of Text

  boom=TextLine(

title=u'Boom',
required=False,
missing_value=u'')

  * or if I drop the missing_value param

  boom=Text(
title=u'Boom',
required=False)

However, the combination Text field with missing_value (as in the
example below) causes some garbage html (the rest of the form:
morestuff) to be put in the textarea field for boom when I try to add
a foo object.


This is a bug.  Please submit it to the collector:

  http://www.zope.org/Collectors/Zope3-dev

Thanks.

Jim

--
Jim Fulton   mailto:[EMAIL PROTECTED]   Python Powered!
CTO  (540) 361-1714http://www.python.org
Zope Corporation http://www.zope.com   http://www.zope.org
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Andreas Reuleaux
Submitted now as Issue 421,
missing_values for Text fields don't work

- Andreas

On Wed, Jun 29, 2005 at 09:32:53AM -0400, Fred Drake wrote:
 You need to be logged in to successfully submit a bug report.
 
 
   -Fred
 
 -- 
 Fred L. Drake, Jr.fdrake at gmail.com
 Zope Corporation
 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users
 
 
 !DSPAM:42c2b39532011404515798!
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users