1 Apr
1999
1 Apr
'99
5:08 p.m.
Thanks, Michel. Works like a charm. My project is a trouble-ticket database. I use 'multiple' here because I have a one-to-many relationship between trouble-tickets and technicians. If two or more of our techs decide to work together on a ticket, they can assign themselves to it at one time by ctrl-clicking the list. regards, --Jim Washington
Try:
<select Name="persons:list">
That will make ZPublisher marshal it into a list, even if it has only one item. I left the 'multiple' out 'cuz I've never heard of it. :)
-Michel