[Zope] - Problem with multiple inputs
   
    Paul Everitt
     
    Paul@digicool.com
       
    Tue, 26 Jan 1999 09:47:16 -0500
    
    
  
Skip wrote:
> This fails if the user selected just a single keyword, since 
> the keywords
> parameter is a string.  Is there some clean way to work 
> around this problem?
> The only thing I can see is something like
According to Jeffrey, you can add :list to your form variable name:
  name="keywords:list"
If this works, let me know and we'll try to open source Jeffrey and
check him into CVS. :^)
--Paul