Bug with Default ListField?

"Carroll Kong" <me-RjMDizxEPkNZG/[email protected]> Mon, 15 Mar 2004 18:12:16 -0500
Newsgroups gmane.comp.web.zope.formulator.devel
Message-ID <027d01c40ae2$f93c6cf0$0200a8c0@athena>
Using Formulator 1.6.2, I have created a ListField, which is pulling data
from an SQL query without any issues.

I cannot set the Default value, however.

In fact, I cannot pull the default value, even when I use a generic
ListField that has hardcoded items listed.

I put this in Items

'1', 'ZZZ' |
'2', 'XXX' |
'3', 'WWW' |

Then I tried adding '3', 'WWW' for the "Default" value and it does not make
it the default.  I also tried '3' alone.  I also tried 'WWW' alone.  I also
tried 3 alone.

I can hit 'select first item' and that does select the first item.

Is this a bug?



- Carroll Kong